AdBlocker for youtube
Block all ads on youtube. Youtube Adblocker removes all ads - pre-roll video ads, text and banner ads
Hvad er AdBlocker for youtube?
AdBlocker for youtube er en Chrome-udvidelse udviklet af kuchmenkoyarikggh, og dens hovedfunktion er "Block all ads on youtube. Youtube Adblocker removes all ads - pre-roll video ads, text and banner ads".
Udvidelsesskærmbilleder
Download AdBlocker for youtube-udvidelses-CRX-fil
Download AdBlocker for youtube-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
Adblocker for youtube. Block text, popup video ads automatically Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | hebiaenccjaefknlcjonofmmppbcbpfm |
| Officiel URL | https://chrome.google.com/webstore/detail/hebiaenccjaefknlcjonofmmppbcbpfm |
| Beskrivelse | Block all ads on youtube. Youtube Adblocker removes all ads - pre-roll video ads, text and banner ads |
| Filstørrelse | 13.53 KB |
| Antal Installationer | 8,600 |
| Nuværende Version | 1.0.7 |
| Senest Opdateret | 2022-12-20 |
| Udgivelsesdato | 2021-08-04 |
| Bedømmelse | 4.90/5 Samlet 10 Bedømmelser |
| Udvikler | kuchmenkoyarikggh |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
} | |