Guest User

Untitled

a guest
Jun 22nd, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. chrome.runtime.onInstalled.addListener(function() {
  2. chrome.storage.sync.set({ number: 0 }, function() {
  3. console.log('Wormhole Escaper installed.')
  4. console.log('The number is set to 0.')
  5.  
  6. // I want to create an alarm here to run everyday at 5am?
  7. chrome.alarms.create('reset', { when: 5166000000 })
  8. })
Add Comment
Please, Sign In to add comment