Kament.io - Enable Youtube Comments
Bring Freedom of Speech back to Youtube
Was ist Kament.io - Enable Youtube Comments?
Kament.io - Enable Youtube Comments ist eine Chrome-Erweiterung, die von https://kament.io entwickelt wurde, und ihr Hauptmerkmal ist "Bring Freedom of Speech back to Youtube".
Erweiterungsscreenshots
Kament.io - Enable Youtube Comments-Erweiterungs-CRX-Datei herunterladen
Laden Sie Kament.io - Enable Youtube Comments-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
a Browser Extension that enables comments on Youtube videos that the owner or Youtube has disabled the feature. Our philosophy is that if a person or an organisation distributes their content to the public through platforms such as Youtube, disabling comments is an act of oppression.
Grundlegende Informationen zur Erweiterung
Name | |
ID | fneflenpfeggcgibpkbbmlakajbiajij |
Offizielle URL | https://chromewebstore.google.com/detail/kamentio-enable-youtube-c/fneflenpfeggcgibpkbbmlakajbiajij |
Beschreibung | Bring Freedom of Speech back to Youtube |
Dateigröße | 142 KB |
Installationsanzahl | 754 |
Aktuelle Version | 0.4 |
Letztes Update | 2023-02-20 |
Veröffentlichungsdatum | 2022-09-01 |
Bewertung | 4.55/5 Insgesamt 11 Bewertungen |
Entwickler | https://kament.io |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://kament.io |
Hilfeseite URL | https://kament.io |
URL der Datenschutzrichtlinien-Seite | https://kament.io |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kament.io - Enable Youtube Comments", "manifest_version": 3, "version": "0.4", "description": "Bring Freedom of Speech back to Youtube", "permissions": [ "storage" ], "action": { "default_icon": { "16": "assets\/icon32.png", "24": "assets\/icon32.png", "32": "assets\/icon32.png" }, "default_popup": "popup.html" }, "icons": { "16": "assets\/icon32.png", "24": "assets\/icon32.png", "32": "assets\/icon32.png", "48": "assets\/icon32.png" }, "content_scripts": [ { "matches": [ "https:\/\/kament.io\/*", "http:\/\/kament.io\/*" ], "js": [ "auth.js" ] }, { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "webcomponents-bundle.js", "libj.js", "libv.js", "kament-element.min.js", "youtube.js" ] } ], "homepage_url": "https:\/\/kament.io" } |