アマプラ広告スキップ

Amazon Prime Video の広告を自動でスキップします。

What is アマプラ広告スキップ?

アマプラ広告スキップ is a Chrome extension developed by gcwsd1, and its main feature is "Amazon Prime Video の広告を自動でスキップします。".

Extension Screenshots

screenshot

Download アマプラ広告スキップ Extension CRX File

Download アマプラ広告スキップ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        アマゾンプライムビデオの広告を自動でスキップする拡張機能です。

1.0.4
本編を誤ってクリックする問題を修正しました。                    

Extension Basic Information

Name アマプラ広告スキップ アマプラ広告スキップ
ID gkamhpgdoenpfaljdgfakmlbmhbkdhhp
Official URL https://chromewebstore.google.com/detail/%E3%82%A2%E3%83%9E%E3%83%97%E3%83%A9%E5%BA%83%E5%91%8A%E3%82%B9%E3%82%AD%E3%83%83%E3%83%97/gkamhpgdoenpfaljdgfakmlbmhbkdhhp
Description Amazon Prime Video の広告を自動でスキップします。
File Size 20.14 KB
Installation Count 47
Current Version 1.0.4
Last Updated 2023-01-31
Publish Date 2022-03-11
Rating 3.00/5 Total 1 Ratings
Developer gcwsd1
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u30a2\u30de\u30d7\u30e9\u5e83\u544a\u30b9\u30ad\u30c3\u30d7",
    "manifest_version": 3,
    "version": "1.0.4",
    "description": "Amazon Prime Video \u306e\u5e83\u544a\u3092\u81ea\u52d5\u3067\u30b9\u30ad\u30c3\u30d7\u3057\u307e\u3059\u3002",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.co.jp\/*"
            ],
            "js": [
                "apvas.js"
            ]
        }
    ]
}