Pular Anúncios Youtube

Pule os Anúncios do Youtube Automaticamente. Evite AdBlock!
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "default_locale": "pt_BR",
  "web_accessible_resources": [
    "js/lib/jquery.min.js",
    "content_ads.js"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "images/icon128.png",
    "default_title": "Pular Anúncios Youtube"
  },
  "content_scripts": [
    {
      "js": [
        "js/load.js",
        "js/lib/jquery.min.js",
        "content_ads.js"
      ],
      "matches": [
        "*://*.youtube.com/*"
      ]
    }
  ],
  "description": "Pule os Anúncios do Youtube Automaticamente. Evite AdBlock!",
  "icons": {
    "128": "images/icon128.png"
  },
  "homepage_url": "https://sites.google.com/site/4564654o/ads",
  "manifest_version": 2,
  "name": "Pular Anúncios Youtube",
  "permissions": [
    "storage"
  ],
  "minimum_chrome_version": "55",
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "1.4.0"
}