Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Project Free TV Ad Bypass", "version": "0.2.1", "manifest_version": 2, "description": "Project Free TV brings you to an interstitial page before letting you continue to the video - this extension bypasses that page", "page_action": { "default_popup": "html\/pftv-adblock-popup.html", "default_title": "Project Free TV Ad Bypass" }, "background": { "scripts": [ "js\/pftv-adblock-background.js" ], "persistent": false }, "permissions": [ "declarativeContent", "storage" ], "options_page": "html\/pftv-adblock-popup.html", "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.free-tv-video-online.info\/*", "http:\/\/projectfreetv.so\/*" ], "js": [ "js\/pftv-adblock-inject.js" ], "css": [ "css\/pftv-adblock-inject.css" ] } ], "homepage_url": "https:\/\/github.com\/daattali\/pftv-ad-bypass-extension" }