Exclude lang_ja

Set lang_en to google search results with just one click.

Wat is Exclude lang_ja?

Exclude lang_ja is een Chrome-extensie ontwikkeld door fitzr, en de belangrijkste functie is "Set lang_en to google search results with just one click.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Exclude lang_ja

Download Exclude lang_ja-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Set lang_en to google search results with just one click.                    

Basisinformatie over de Extensie

Naam Exclude lang_ja Exclude lang_ja
ID dehkcdieahficpfmihhbdpnjmoicbemm
Officiële URL https://chromewebstore.google.com/detail/exclude-langja/dehkcdieahficpfmihhbdpnjmoicbemm
Beschrijving Set lang_en to google search results with just one click.
Bestandsgrootte 10.22 KB
Aantal Installaties 372
Huidige Versie 1.4.0
Laatst Bijgewerkt 2023-12-11
Publicatiedatum 2021-03-20
Ontwikkelaar fitzr
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/fitzr/chrome-ex-exclude-ja
Ondersteunde Talen 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"
}