Exclude lang_ja
Set lang_en to google search results with just one click.
What is Exclude lang_ja?
Exclude lang_ja is a Chrome extension developed by fitzr, and its main feature is "Set lang_en to google search results with just one click.".
Extension Screenshots
Download Exclude lang_ja Extension CRX File
Download Exclude lang_ja extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Set lang_en to google search results with just one click. Extension Basic Information
| Name | |
| ID | dehkcdieahficpfmihhbdpnjmoicbemm |
| Official URL | https://chromewebstore.google.com/detail/exclude-langja/dehkcdieahficpfmihhbdpnjmoicbemm |
| Description | Set lang_en to google search results with just one click. |
| File Size | 10.22 KB |
| Installation Count | 372 |
| Current Version | 1.4.0 |
| Last Updated | 2023-12-11 |
| Publish Date | 2021-03-20 |
| Developer | fitzr |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://github.com/fitzr/chrome-ex-exclude-ja |
| Supported Languages | 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"
} | |