Amazon MiniTV AdBlocker

Blocks ads in Amazon MiniTV

Hvad er Amazon MiniTV AdBlocker?

Amazon MiniTV AdBlocker er en Chrome-udvidelse udviklet af thegeekestofall, og dens hovedfunktion er "Blocks ads in Amazon MiniTV".

Udvidelsesskærmbilleder

screenshot

Download Amazon MiniTV AdBlocker-udvidelses-CRX-fil

Download Amazon MiniTV AdBlocker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        This extension blocks the ads coming from the amazon servers to the users.
The extensions helps the users to get a seamless content experience.                    

Grundlæggende oplysninger om udvidelsen

Navn Amazon MiniTV AdBlocker Amazon MiniTV AdBlocker
ID nlkkhdidnadclaajbpmhihbeccellili
Officiel URL https://chromewebstore.google.com/detail/amazon-minitv-adblocker/nlkkhdidnadclaajbpmhihbeccellili
Beskrivelse Blocks ads in Amazon MiniTV
Filstørrelse 10.44 KB
Antal Installationer 1,644
Nuværende Version 0.2
Senest Opdateret 2023-12-28
Udgivelsesdato 2023-01-28
Bedømmelse 2.14/5 Samlet 7 Bedømmelser
Udvikler thegeekestofall
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon MiniTV AdBlocker",
    "manifest_version": 3,
    "version": "0.2",
    "description": "Blocks ads in Amazon MiniTV",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "declarativeNetRequest"
    ],
    "icons": {
        "32": "\/files\/i2.png",
        "48": "\/files\/ii3.png"
    }
}