Kament.io - Enable Youtube Comments
Bring Freedom of Speech back to Youtube
Hvad er Kament.io - Enable Youtube Comments?
Kament.io - Enable Youtube Comments er en Chrome-udvidelse udviklet af https://kament.io, og dens hovedfunktion er "Bring Freedom of Speech back to Youtube".
Udvidelsesskærmbilleder
Download Kament.io - Enable Youtube Comments-udvidelses-CRX-fil
Download Kament.io - Enable Youtube Comments-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | fneflenpfeggcgibpkbbmlakajbiajij |
Officiel URL | https://chromewebstore.google.com/detail/kamentio-enable-youtube-c/fneflenpfeggcgibpkbbmlakajbiajij |
Beskrivelse | Bring Freedom of Speech back to Youtube |
Filstørrelse | 142 KB |
Antal Installationer | 754 |
Nuværende Version | 0.4 |
Senest Opdateret | 2023-02-20 |
Udgivelsesdato | 2022-09-01 |
Bedømmelse | 4.55/5 Samlet 11 Bedømmelser |
Udvikler | https://kament.io |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://kament.io |
Hjælpeside-URL | https://kament.io |
URL til Fortrolighedspolitik Side | https://kament.io |
Understøttede Sprog | 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" } |