アマゾンプライムビデオ広告スキップ Amazon Prime Video ADS Skip

アマゾンプライムビデオ広告スキップ Amazon Prime Video ADS Skip

Amazon Prime Video 広告自動スキップ Automatically skip the Amazon Prime video announcement.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "アマゾンプライムビデオ広告スキップ Amazon Prime Video ADS Skip",
  "version": "1.1.2",
  "manifest_version": 3,
  "description": "Amazon Prime Video 広告自動スキップ Automatically skip the Amazon Prime video announcement.",
  "content_scripts": [
    {
      "matches": [
        "https://www.amazon.co.jp/*"
      ],
      "js": [
        "skip_button_Auto.js"
      ]
    }
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}