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", "manifest_version": 2, "name": "BBC Larger Video", "description": "Togglable option is added below applicable BBC videos, option is saved to local storage. Not affiliated with or created by the BBC.", "version": "0.1", "icons": { "16": "icon16.png", "48": "icon48.png", "80": "icon80.png", "128": "icon128.png" }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "*:\/\/*.bbc.co.uk\/*", "*:\/\/bbc.co.uk\/*", "*:\/\/bbc.com\/*", "*:\/\/*.bbc.com\/*" ], "js": [ "BBC_Larger_Video.js", "jquery-1.11.3.min.js" ] } ] }