Prime Ad Skipper

Skips preroll ads for Amazon Prime

Co je Prime Ad Skipper?

Prime Ad Skipper je rozšíření Chrome vyvinuté Riley Bourne, a jeho hlavní funkcí je „Skips preroll ads for Amazon Prime“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Prime Ad Skipper

Stáhněte si soubory rozšíření Prime Ad Skipper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Prime Ad Skipper Prime Ad Skipper
ID bnppfgmhmfikbaicmhfhaccjngkjlgig
Oficiální URL https://chromewebstore.google.com/detail/prime-ad-skipper/bnppfgmhmfikbaicmhfhaccjngkjlgig
Popis Skips preroll ads for Amazon Prime
Velikost souboru 39.03 KB
Počet instalací 1,000
Aktuální Verze 0.0.1
Poslední Aktualizace 2022-12-03
Datum Vydání 2022-12-02
Hodnocení 3.00/5 Celkem 4 Hodnocení
Vývojář Riley Bourne
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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*"
            ]
        }
    ]
}