SameVolume for Youtube™

SameVolume for Youtube™

Automatically adjusts the volume on Youtube™ videos.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extension_name__",
  "description": "__MSG_extension_description__",
  "default_locale": "en",
  "version": "1.4.1",
  "options_ui": {
    "page": "velge/valg.html",
    "open_in_tab": true,
    "chrome_style": true
  },
  "permissions": [
    "<all_urls>",
    "activeTab",
    "tabCapture",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "downloads",
    "downloads.shelf",
    "file://*",
    "contextMenus",
    "webNavigation"
  ],
  "content_scripts": [
    {
      "run_at": "document_start",
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "kropp/knyttneve.js"
      ]
    },
    {
      "all_frames": true,
      "run_at": "document_start",
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "kropp/reklame.js"
      ]
    }
  ],
  "background": {
    "persistent": true,
    "page": "kropp/genser.html"
  },
  "externally_connectable": {
    "matches": [
      "*://samevolume.com/*"
    ]
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "icons": {
    "48": "kropp/bilder/samevolume48.png",
    "128": "kropp/bilder/samevolume128.png"
  },
  "browser_action": {
    "default_icon": {
      "48": "kropp/bilder/samevolume48.png"
    },
    "default_title": "SameVolume",
    "default_popup": "kropp/hode/ansikt.html"
  },
  "homepage_url": "https://samevolume.com/?from_extension",
  "web_accessible_resources": [
    "kropp/*",
    "kropp/hode/*",
    "kropp/vendor/*",
    "kropp/bilder/*"
  ],
  "minimum_chrome_version": "65"
}