adSubmit

adSubmit

Automaticamente, realiza tarefas em sites como adf.ly e linkbucks.com.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "persistent": true,
    "page": "background.html"
  },
  "author": "Everton 'AzzArr' Volpato",
  "manifest_version": 2,
  "name": "adSubmit",
  "description": "Automaticamente, realiza tarefas em sites como adf.ly e linkbucks.com. ",
  "version": "0.1.8",
  "options_page": "options.html",
  "icons": {
    "16": "img/16.png",
    "48": "img/48.png",
    "128": "img/128.png"
  },
  "permissions": [
    "alarms",
    "storage",
    "tabs",
    "webNavigation",
    "*://*/*",
    "*://*/*/*/*"
  ]
}