Kament.io - Enable Youtube Comments
Bring Freedom of Speech back to Youtube
Vad är Kament.io - Enable Youtube Comments?
Kament.io - Enable Youtube Comments är en Chrome-tillägg utvecklad av https://kament.io, och dess huvudfunktion är "Bring Freedom of Speech back to Youtube".
Tilläggsskärmbilder
Ladda ner Kament.io - Enable Youtube Comments-förlängningens CRX-fil
Ladda ner Kament.io - Enable Youtube Comments-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | fneflenpfeggcgibpkbbmlakajbiajij |
Officiell webbadress | https://chromewebstore.google.com/detail/kamentio-enable-youtube-c/fneflenpfeggcgibpkbbmlakajbiajij |
Beskrivning | Bring Freedom of Speech back to Youtube |
Filstorlek | 142 KB |
Antal Installationer | 754 |
Aktuell Version | 0.4 |
Senast Uppdaterad | 2023-02-20 |
Publiceringsdatum | 2022-09-01 |
Betyg | 4.55/5 Totalt 11 Betyg |
Utvecklare | https://kament.io |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://kament.io |
Hjälpsida URL | https://kament.io |
URL till Sekretesspolicy Sidan | https://kament.io |
Stödda Språk | 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" } |