Disable YouTube Share Box
Prevents the annoying share, embed, and email box under YouTube videos from popping down
Wat is Disable YouTube Share Box?
Disable YouTube Share Box is een Chrome-extensie ontwikkeld door Justin Hendryx, en de belangrijkste functie is "Prevents the annoying share, embed, and email box under YouTube videos from popping down".
Download het CRX-bestand van de extensie Disable YouTube Share Box
Download Disable YouTube Share Box-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | Disable YouTube Share Box |
ID | ihganmkmfefmfgfcebnadcbalknnnmij |
Officiële URL | https://chromewebstore.google.com/detail/disable-youtube-share-box/ihganmkmfefmfgfcebnadcbalknnnmij |
Beschrijving | Prevents the annoying share, embed, and email box under YouTube videos from popping down |
Bestandsgrootte | 18.67 KB |
Aantal Installaties | 11 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2016-02-22 |
Publicatiedatum | 2016-02-21 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Justin Hendryx |
Betalingswijze | free |
Ondersteunde Talen | 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 } |