Toggle YouTube Comments
Hides YouTube comments by default
Wat is Toggle YouTube Comments?
Toggle YouTube Comments is een Chrome-extensie ontwikkeld door Dennis & Friends, en de belangrijkste functie is "Hides YouTube comments by default".
Extensie Screenshots
Download het CRX-bestand van de extensie Toggle YouTube Comments
Download Toggle YouTube Comments-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
Add this lightweight extension to disable/enable YouTube comments. • Works with the new and old YouTube • Flexibility to easily hide or show comments • Blends in with YouTube's user interface • Shows number of comments when hidden • No tracking, your privacy is important • Extremely small size - no bloat • Actively maintained • Open source code See https://git.io/v5RgW for release notes.
Basisinformatie over de Extensie
Naam | |
ID | ampjnmipdgicjjidohpkidhghakoidfm |
Officiële URL | https://chrome.google.com/webstore/detail/toggle%C2%A0youtube%C2%A0comments/ampjnmipdgicjjidohpkidhghakoidfm |
Beschrijving | Hides YouTube comments by default |
Bestandsgrootte | 8.03 KB |
Aantal Installaties | 479 |
Huidige Versie | 4.1.3 |
Laatst Bijgewerkt | 2019-05-06 |
Publicatiedatum | 2019-05-06 |
Beoordeling | 3.68/5 Totaal 38 Beoordelingen |
Ontwikkelaar | Dennis & Friends |
Betalingswijze | free |
Extensiewebsite | https://github.com/dideler/toggle-youtube-comments |
Help Pagina-URL | https://github.com/dideler/toggle-youtube-comments |
Ondersteunde Talen | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extension_name__", "description": "__MSG_extension_desc__", "version": "4.1.3", "default_locale": "en", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "128": "icons\/128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*" ], "js": [ "script.js" ], "css": [ "youtube.css" ], "run_at": "document_end" } ] } |