Youtube Recommend Removal
Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared!
Qu'est-ce que Youtube Recommend Removal ?
Youtube Recommend Removal est une extension Chrome développée par vector.mic, et sa fonction principale est "Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared!".
Télécharger le fichier CRX de l'extension Youtube Recommend Removal
Téléchargez les fichiers d'extension Youtube Recommend Removal 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
Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared!
Informations de Base sur l'Extension
Nom | |
ID | dijlhlnapjjambnbnochecfdobionjlf |
URL Officiel | https://chrome.google.com/webstore/detail/youtube-recommend-removal/dijlhlnapjjambnbnochecfdobionjlf |
Description | Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared! |
Taille du Fichier | 67.24 KB |
Nombre d'Installations | 1,000 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2018-06-13 |
Date de Publication | 2018-06-13 |
Évaluation | 4.79/5 Total 109 Évaluations |
Développeur | vector.mic |
Type de Paiement | free |
Site Web de l'Extension | https://sgweb.vn/ |
Langues Prises en Charge | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Recommend Removal", "version": "1.0.1", "description": "Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared!", "manifest_version": 2, "icons": { "16": "images\/sgw-16x16.png", "128": "images\/sgw-128x128.png" }, "background": { "scripts": [ ".\/scripts\/index.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/youtube.com\/*", "*:\/\/www.youtube.com\/*" ], "js": [ ".\/third-party\/jquery-3.3.1.min.js", ".\/scripts\/content.js" ], "run_at": "document_idle", "all_frames": true } ], "permissions": [ "tabs", "storage" ], "web_accessible_resources": [ "images\/sgw-50x50-bw.png", "images\/sgw-50x50-gray.png" ] } |