Video AdBlock for YouTube™ Extension
Removes all YouTube™ video and text ads. Lightweight and safe, with minimal required permissions. Also works with YouTube™ Music.
Vad är Video AdBlock for YouTube™ Extension?
Video AdBlock for YouTube™ Extension är en Chrome-tillägg utvecklad av The Creative Joys, och dess huvudfunktion är "Removes all YouTube™ video and text ads. Lightweight and safe, with minimal required permissions. Also works with YouTube™ Music.".
Tilläggsskärmbilder
Ladda ner Video AdBlock for YouTube™ Extension-förlängningens CRX-fil
Ladda ner Video AdBlock for YouTube™ Extension-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
* Removes YouTube™ video and text ads.
* Works on all websites that contain a YouTube™ video.
* Also works with YouTube™ Music.
Enjoy ad free videos! Grundläggande Information om Tillägg
| Namn | |
| ID | lmkjedkhnnhcohninidcejgollmggcjf |
| Officiell webbadress | https://chromewebstore.google.com/detail/video-adblock-for-youtube/lmkjedkhnnhcohninidcejgollmggcjf |
| Beskrivning | Removes all YouTube™ video and text ads. Lightweight and safe, with minimal required permissions. Also works with YouTube™ Music. |
| Filstorlek | 24.76 KB |
| Antal Installationer | 11,474 |
| Aktuell Version | 5.1 |
| Senast Uppdaterad | 2023-12-13 |
| Publiceringsdatum | 2020-06-26 |
| Betyg | 4.17/5 Totalt 81 Betyg |
| Utvecklare | The Creative Joys |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://sites.google.com/view/videoadblockforyt/home |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Video AdBlock for YouTube\u2122 Extension",
"version": "5.1",
"description": "Removes all YouTube\u2122 video and text ads. Lightweight and safe, with minimal required permissions. Also works with YouTube\u2122 Music.",
"manifest_version": 3,
"icons": {
"19": "images\/icon19.png",
"38": "images\/icon38.png",
"48": "images\/icon48.png",
"96": "images\/icon96.png",
"128": "images\/icon128.png"
},
"background": {
"service_worker": "adBlockerBg.js"
},
"action": {
"default_title": "Video AdBlock for YouTube\u2122",
"default_icon": {
"19": "images\/icon19.png",
"38": "images\/icon38.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"all_frames": true,
"js": [
"adBlockerYt.js"
],
"run_at": "document_end"
}
],
"permissions": [
"declarativeNetRequestWithHostAccess"
],
"host_permissions": [
" | |