Ad Blocker for YouTube
Watch YouTube without any ads!
Qu'est-ce que Ad Blocker for YouTube ?
Ad Blocker for YouTube est une extension Chrome développée par Peter Pi, et sa fonction principale est "Watch YouTube without any ads!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Ad Blocker for YouTube
Téléchargez les fichiers d'extension Ad Blocker for YouTube au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
IMPORTANT: - The pop-up bubble on the top right corner will not work in tabs that were open prior to installation. After installing this extension, either reload your open tabs or restart Chrome. With this extension, you can: - Skip ads prior to the actual video content - Blocks any pop-up ads during the video within the frame
Informations de Base sur l'Extension
Nom | Ad Blocker for YouTube |
ID | gmcmlgfecmkefmkgbbnggmamclbmikbi |
URL Officiel | https://chromewebstore.google.com/detail/ad-blocker-for-youtube/gmcmlgfecmkefmkgbbnggmamclbmikbi |
Description | Watch YouTube without any ads! |
Taille du Fichier | 23.32 KB |
Nombre d'Installations | 23,302 |
Version Actuelle | 1.0.6 |
Dernière Mise à Jour | 2020-01-30 |
Date de Publication | 2020-01-25 |
Évaluation | 4.27/5 Total 45 Évaluations |
Développeur | Peter Pi |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ad Blocker for YouTube", "version": "1.0.6", "description": "Watch YouTube without any ads!", "author": "Peter Pi", "icons": { "128": "icon_128.png" }, "page_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "content.js" ] } ], "permissions": [ "activeTab" ] } |