Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. chrome.alarms.onAlarm.addListener(function (alarm) {
  2. if (alarm.name === "every5min") {
  3. checkIfNewContent();
  4. }
  5. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement