Kament.io - Enable Youtube Comments
Bring Freedom of Speech back to Youtube
Co to jest Kament.io - Enable Youtube Comments?
Kament.io - Enable Youtube Comments to rozszerzenie Chrome opracowane przez https://kament.io, a jego główną funkcją jest „Bring Freedom of Speech back to Youtube”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Kament.io - Enable Youtube Comments
Pobierz pliki rozszerzeń Kament.io - Enable Youtube Comments w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | fneflenpfeggcgibpkbbmlakajbiajij |
Oficjalny URL | https://chromewebstore.google.com/detail/kamentio-enable-youtube-c/fneflenpfeggcgibpkbbmlakajbiajij |
Opis | Bring Freedom of Speech back to Youtube |
Rozmiar pliku | 142 KB |
Liczba instalacji | 754 |
Aktualna Wersja | 0.4 |
Ostatnia Aktualizacja | 2023-02-20 |
Data Publikacji | 2022-09-01 |
Ocena | 4.55/5 Łącznie 11 Oceny |
Deweloper | https://kament.io |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://kament.io |
Adres URL Strony Pomocy | https://kament.io |
Adres URL Strony Polityki Prywatności | https://kament.io |
Obsługiwane Języki | 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" } |