Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "manifest_version": 2,
- "name": "Download video & audio",
- "version": "2.0.13",
- "default_locale": "en",
- "description": "__MSG_appDescription__",
- "icons": {
- "128": "images/savior_logo.png",
- "48": "images/action_cc.png"
- },
- "background": {
- "page": "background.html"
- },
- "minimum_chrome_version": "48",
- "content_scripts": [
- {
- "run_at": "document_idle",
- "all_frames": true,
- "matches": [
- "<all_urls>"
- ],
- "js": [
- "common.js",
- "content-script.js"
- ],
- "exclude_matches": [
- "http://coccoc.com/webhp*",
- "https://coccoc.com/webhp*"
- ]
- }
- ],
- "web_accessible_resources": [
- "css/content-script.css",
- "images/*.*",
- "features.json"
- ],
- "externally_connectable": {
- "matches": [
- "https://*.coccoc.com/*",
- "http://*.coccoc.com/*",
- "http://localhost/*"
- ]
- },
- "options_ui": {
- "page": "options.html",
- "chrome_style": false
- },
- "permissions": [
- "tabs",
- "webRequest",
- "webRequestBlocking",
- "webNavigation",
- "metricsPrivate",
- "downloads",
- "downloads.open",
- "storage",
- "http://*/*",
- "https://*/*",
- "cookies",
- "coccocPrivate"
- ],
- "page_action": {
- "default_icon": "images/savior_logo.png",
- "default_title": "__MSG_page_action_title__",
- "default_popup": "popup.html"
- },
- "update_url": "https://browser.coccoc.com/service/update2/crx"
- }
Advertisement
Add Comment
Please, Sign In to add comment