Disable YouTube Share Box
Prevents the annoying share, embed, and email box under YouTube videos from popping down
Qu'est-ce que Disable YouTube Share Box ?
Disable YouTube Share Box est une extension Chrome développée par Justin Hendryx, et sa fonction principale est "Prevents the annoying share, embed, and email box under YouTube videos from popping down".
Télécharger le fichier CRX de l'extension Disable YouTube Share Box
Téléchargez les fichiers d'extension Disable YouTube Share Box 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
Informations de Base sur l'Extension
Nom | Disable YouTube Share Box |
ID | ihganmkmfefmfgfcebnadcbalknnnmij |
URL Officiel | https://chromewebstore.google.com/detail/disable-youtube-share-box/ihganmkmfefmfgfcebnadcbalknnnmij |
Description | Prevents the annoying share, embed, and email box under YouTube videos from popping down |
Taille du Fichier | 18.67 KB |
Nombre d'Installations | 11 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2016-02-22 |
Date de Publication | 2016-02-21 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Justin Hendryx |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Disable YouTube Share Box", "version": "0.1", "description": "Prevents the annoying share, embed, and email box under YouTube videos from popping down", "author": "Justin Hendryx", "permissions": [ "contentSettings", "tabs" ], "icons": { "16": "16.png", "32": "32.png", "48": "48.png", "64": "64.png", "128": "128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*", "https:\/\/youtube.com\/*" ], "css": [ "fixsocial.css" ] } ], "manifest_version": 2 } |