Check Accept Language

Returns accept languages of the browser

What is Check Accept Language?

Check Accept Language is a Chrome extension developed by Unknown, and its main feature is "Returns accept languages of the browser".

Extension Screenshots

screenshot

Download Check Accept Language Extension CRX File

Download Check Accept Language 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

                        This plugin can check the languages supported by Google Chrome.                    

Extension Basic Information

Name Check Accept Language Check Accept Language
ID gkhkadndnkdpcjpnlmgphggmleecegad
Official URL https://chromewebstore.google.com/detail/check-accept-language/gkhkadndnkdpcjpnlmgphggmleecegad
Description Returns accept languages of the browser
File Size 24.4 KB
Installation Count 32
Current Version 0.1
Last Updated 2020-01-18
Publish Date 2020-01-18
Developer Unknown
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_chrome_extension_name__",
    "description": "__MSG_chrome_extension_description__",
    "version": "0.1",
    "default_locale": "en_US",
    "browser_action": {
        "default_title": "__MSG_browser_action_title__",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2
}