Kament.io - Enable Youtube Comments
Bring Freedom of Speech back to Youtube
O que é Kament.io - Enable Youtube Comments?
Kament.io - Enable Youtube Comments é uma extensão do Chrome desenvolvida por https://kament.io, e sua principal característica é "Bring Freedom of Speech back to Youtube".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Kament.io - Enable Youtube Comments
Baixe arquivos de extensão Kament.io - Enable Youtube Comments no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | fneflenpfeggcgibpkbbmlakajbiajij |
URL Oficial | https://chromewebstore.google.com/detail/kamentio-enable-youtube-c/fneflenpfeggcgibpkbbmlakajbiajij |
Descrição | Bring Freedom of Speech back to Youtube |
Tamanho do Arquivo | 142 KB |
Contagem de Instalações | 754 |
Versão Atual | 0.4 |
Última Atualização | 2023-02-20 |
Data de Publicação | 2022-09-01 |
Classificação | 4.55/5 Total de 11 Avaliações |
Desenvolvedor | https://kament.io |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://kament.io |
URL da Página de Ajuda | https://kament.io |
URL da Página de Política de Privacidade | https://kament.io |
Idiomas Suportados | 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" } |