Exclude lang_ja

Set lang_en to google search results with just one click.

O que é Exclude lang_ja?

Exclude lang_ja é uma extensão do Chrome desenvolvida por fitzr, e sua principal característica é "Set lang_en to google search results with just one click.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Exclude lang_ja

Baixe arquivos de extensão Exclude lang_ja 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

                        Set lang_en to google search results with just one click.                    

Informações Básicas da Extensão

Nome Exclude lang_ja Exclude lang_ja
ID dehkcdieahficpfmihhbdpnjmoicbemm
URL Oficial https://chromewebstore.google.com/detail/exclude-langja/dehkcdieahficpfmihhbdpnjmoicbemm
Descrição Set lang_en to google search results with just one click.
Tamanho do Arquivo 10.22 KB
Contagem de Instalações 372
Versão Atual 1.4.0
Última Atualização 2023-12-11
Data de Publicação 2021-03-20
Desenvolvedor fitzr
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/fitzr/chrome-ex-exclude-ja
Idiomas Suportados en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Exclude lang_ja",
    "version": "1.4.0",
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        },
        "default_title": "Exclude ja"
    },
    "default_locale": "ja",
    "description": "__MSG_description__",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "author": "fitzr",
    "background": {
        "service_worker": "background-worker.js"
    },
    "permissions": [
        "tabs"
    ],
    "homepage_url": "https:\/\/github.com\/fitzr\/chrome-ex-exclude-ja"
}