Youtube Ad Skipper
Are you tired of clicking on Skip Ad button on Youtube Videos? We have been through this too. That's why we decided to make this…
Qu'est-ce que Youtube Ad Skipper ?
Youtube Ad Skipper est une extension Chrome développée par Zubair Mohsin, et sa fonction principale est "Are you tired of clicking on Skip Ad button on Youtube Videos? We have been through this too. That's why we decided to make this…".
Télécharger le fichier CRX de l'extension Youtube Ad Skipper
Téléchargez les fichiers d'extension Youtube Ad Skipper 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
Are you tired of clicking on Skip Ad button on Youtube Videos? We have been through this too. That's why we decided to make this extension to do it for you. While you are sitting on chair and watching Youtube videos in a comfy way, you don't need to move forward yourself and click on Skip Ad. By installing this app, videos that are skippable, will be skipped automatically. Happy Watching :)
Informations de Base sur l'Extension
Nom | |
ID | enihkpojbigcklkiniiknjplcfihheca |
URL Officiel | https://chrome.google.com/webstore/detail/youtube-ad-skipper/enihkpojbigcklkiniiknjplcfihheca |
Description | Are you tired of clicking on Skip Ad button on Youtube Videos? We have been through this too. That's why we decided to make this… |
Taille du Fichier | 44.95 KB |
Nombre d'Installations | 663 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2017-12-22 |
Date de Publication | 2017-12-22 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | Zubair Mohsin |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube Ad Skipper", "version": "0.1", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "jquery.min.js", "content.js" ] } ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "skip_16.png", "48": "skip_48.png", "128": "skip_128.png" } } |