AdBlocker for youtube
Block all ads on youtube. Youtube Adblocker removes all ads - pre-roll video ads, text and banner ads
Vad är AdBlocker for youtube?
AdBlocker for youtube är en Chrome-tillägg utvecklad av kuchmenkoyarikggh, och dess huvudfunktion är "Block all ads on youtube. Youtube Adblocker removes all ads - pre-roll video ads, text and banner ads".
Tilläggsskärmbilder
Ladda ner AdBlocker for youtube-förlängningens CRX-fil
Ladda ner AdBlocker for youtube-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
                        Adblocker for youtube. Block text, popup video ads automatically                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | hebiaenccjaefknlcjonofmmppbcbpfm | 
| Officiell webbadress | https://chrome.google.com/webstore/detail/hebiaenccjaefknlcjonofmmppbcbpfm | 
| Beskrivning | Block all ads on youtube. Youtube Adblocker removes all ads - pre-roll video ads, text and banner ads | 
| Filstorlek | 13.53 KB | 
| Antal Installationer | 8,600 | 
| Aktuell Version | 1.0.7 | 
| Senast Uppdaterad | 2022-12-20 | 
| Publiceringsdatum | 2021-08-04 | 
| Betyg | 4.90/5 Totalt 10 Betyg | 
| Utvecklare | kuchmenkoyarikggh | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Stödda Språk | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "32.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "enabled": true,
                "id": "ruleset_1",
                "path": "rules_1.json"
            }
        ]
    },
    "description": "Block all ads on youtube. Youtube Adblocker removes all ads - pre-roll video ads, text and banner ads",
    "icons": {
        "128": "128.png",
        "16": "32.png",
        "48": "48.png"
    },
    "manifest_version": 3,
    "name": "AdBlocker for youtube",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "tabs",
        "declarativeNetRequest",
        "storage"
    ],
    "version": "1.0.7"
}  |  |