Advanced Page Language Switcher

A browser language switching extention / plugin written and designed by Hlawuleka Maswanganyi

What is Advanced Page Language Switcher?

Advanced Page Language Switcher is a Chrome extension developed by Hlawuleka Maswanganyi, and its main feature is "A browser language switching extention / plugin written and designed by Hlawuleka Maswanganyi".

Extension Screenshots

screenshot
screenshot
screenshot

Download Advanced Page Language Switcher Extension CRX File

Download Advanced Page Language Switcher 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

                        A free browser language switching extension/plugin that's very simple to install and use, offers a very easy / intuitive way for adding and removing languages. Supports both bulk and single language deletion. Data is synchronized between Webextension's Storage and the native browser localStorage API (uses 'als-language' and 'als-languages' - for a JSON formatted object that shows the languages you've added for the selected group) as localstorage keys.                    

Extension Basic Information

Name Advanced Page Language Switcher Advanced Page Language Switcher
ID mhgjlbolkmcookadjpolimbddngjgbol
Official URL https://chromewebstore.google.com/detail/advanced-page-language-sw/mhgjlbolkmcookadjpolimbddngjgbol
Description A browser language switching extention / plugin written and designed by Hlawuleka Maswanganyi
File Size 259 KB
Installation Count 8,747
Current Version 1.2.5
Last Updated 2024-02-19
Publish Date 2019-07-26
Rating 2.78/5 Total 54 Ratings
Developer Hlawuleka Maswanganyi
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "author": "Hlawuleka Maswanganyi",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.gif",
        "default_popup": "popup.html",
        "default_title": "Advanced Page Language Switcher"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "A browser language switching extention \/ plugin written and designed by Hlawuleka Maswanganyi ",
    "icons": {
        "128": "iconBig.gif",
        "32": "icon.gif",
        "64": "iconBig.gif"
    },
    "manifest_version": 2,
    "name": "Advanced Page Language Switcher",
    "options_page": "popup.html",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "notifications",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.5",
    "web_accessible_resources": [
        "icon.gif"
    ]
}