Prime Ad Skipper

Skips preroll ads for Amazon Prime

Prime Ad Skipperとは何ですか?

Prime Ad SkipperはRiley Bourneによって開発されたChromeの拡張機能で、その主な機能は「Skips preroll ads for Amazon Prime」です。

拡張機能のスクリーンショット

screenshot

Prime Ad Skipper拡張機能のCRXファイルをダウンロード

Prime Ad Skipper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A simple extension to automatically skip any pre-roll ads in Amazon's Prime Video.

In the current version when an ad begins playing the extension will automatically press the "Skip" button. In future versions this will be toggleable via a popup ui for the edge cases where people may want to view content behind a "Skip" button.

LIMITATIONS:
Currently this only works if you access the video through its respective show page. Results may be varied if you press the "Play" icon on the main home page. This is going to be fixed in future releases.                    

拡張機能の基本情報

名前 Prime Ad Skipper Prime Ad Skipper
ID bnppfgmhmfikbaicmhfhaccjngkjlgig
公式URL https://chromewebstore.google.com/detail/prime-ad-skipper/bnppfgmhmfikbaicmhfhaccjngkjlgig
説明 Skips preroll ads for Amazon Prime
ファイルサイズ 39.03 KB
インストール数 1,000
現在のバージョン 0.0.1
最終更新日 2022-12-03
公開日 2022-12-02
評価 3.00/5 合計 4 レビュー
開発者 Riley Bourne
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Prime Ad Skipper",
    "description": "Skips preroll ads for Amazon Prime",
    "homepage_url": "https:\/\/bigwillyshlongdong.gay",
    "version": "0.0.1",
    "manifest_version": 3,
    "icons": {
        "16": "logo-16.png",
        "32": "logo-32.png",
        "48": "logo-48.png",
        "96": "logo-96.png",
        "128": "logo-128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "js": [
                "idle.js"
            ],
            "matches": [
                "https:\/\/*.primevideo.com\/*detail*",
                "http:\/\/*.primevideo.com\/*detail*"
            ]
        }
    ]
}