NetFlix AdBlock

Netflix adblock extension blocks ads on netflix.com

Vad är NetFlix AdBlock?

NetFlix AdBlock är en Chrome-tillägg utvecklad av Helpful Extensions, och dess huvudfunktion är "Netflix adblock extension blocks ads on netflix.com".

Tilläggsskärmbilder

screenshot

Ladda ner NetFlix AdBlock-förlängningens CRX-fil

Ladda ner NetFlix AdBlock-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Netflix adblock extension for chrome blocks the ads on netflix.com. Now block ads on Youtube™.                    

Grundläggande Information om Tillägg

Namn NetFlix AdBlock NetFlix AdBlock
ID hpidkbbgclindolciegmahgighmjkoae
Officiell webbadress https://chromewebstore.google.com/detail/netflix-adblock/hpidkbbgclindolciegmahgighmjkoae
Beskrivning Netflix adblock extension blocks ads on netflix.com
Filstorlek 56.14 KB
Antal Installationer 1,268
Aktuell Version 1.0.0
Senast Uppdaterad 2023-07-26
Publiceringsdatum 2022-10-21
Betyg 1.80/5 Totalt 15 Betyg
Utvecklare Helpful Extensions
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://sites.google.com/view/smart-picture-in-picture/privacy-policy
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NetFlix AdBlock",
    "description": "Netflix adblock extension blocks ads on netflix.com",
    "version": "1.0.0",
    "manifest_version": 3,
    "icons": {
        "16": "images\/icons-16.png",
        "128": "images\/icons-128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "19": "images\/icons-19.png",
            "38": "images\/icons-38.png",
            "128": "images\/icons-128.png"
        },
        "default_title": "NetFlix AdBlock",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "declarativeNetRequest",
        "tabs",
        "notifications",
        "gcm"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}