reveddit language fix
Allows reveddit.com to work properly when the browser/OS language is not set to english.
O que é reveddit language fix?
reveddit language fix é uma extensão do Chrome desenvolvida por https://reveddit.com, e sua principal característica é "Allows reveddit.com to work properly when the browser/OS language is not set to english.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão reveddit language fix
Baixe arquivos de extensão reveddit language fix 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
Source code: https://github.com/revddit/revddit-language-fix
Informações Básicas da Extensão
Nome | reveddit language fix |
ID | fcpgnheagjkmelppbpnbpfimmmjicknj |
URL Oficial | https://chromewebstore.google.com/detail/reveddit-language-fix/fcpgnheagjkmelppbpnbpfimmmjicknj |
Descrição | Allows reveddit.com to work properly when the browser/OS language is not set to english. |
Tamanho do Arquivo | 66.08 KB |
Contagem de Instalações | 44 |
Versão Atual | 0.0.0.3 |
Última Atualização | 2019-12-18 |
Data de Publicação | 2019-12-17 |
Desenvolvedor | https://reveddit.com |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://docs.google.com/document/d/e/2PACX-1vTxfh-y3cnIE1Y495pfcJykWNLQRg8xIYLOZ7xHqcaktjI_Y_N5ZQuAnfMhtOrJaDD8bUirVQkD8tuy/pub |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "reveddit language fix", "short_name": "reveddit lang", "description": "Allows reveddit.com to work properly when the browser\/OS language is not set to english.", "version": "0.0.0.3", "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/*.reveddit.com\/*", "https:\/\/*.reddit.com\/*" ], "icons": { "128": "icons\/128.png", "48": "icons\/48.png", "16": "icons\/16.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.reveddit.com\/*" ], "js": [ "content.js" ] } ], "manifest_version": 2 } |