Bypass Glassdoor Wall

Gets rid of the loginwall on Glassdoor.

What is Bypass Glassdoor Wall?

Bypass Glassdoor Wall is a Chrome extension developed by yessine.benjouda, and its main feature is "Gets rid of the loginwall on Glassdoor.".

Extension Screenshots

screenshot

Download Bypass Glassdoor Wall Extension CRX File

Download Bypass Glassdoor Wall 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 extension gets rid of the login wall on Glassdoor.
Access the information without an account.

*** Updated on 10/31/2022                    

Extension Basic Information

Name Bypass Glassdoor Wall Bypass Glassdoor Wall
ID ohaiaoliglhljiamagbagenmmcdfgkfe
Official URL https://chromewebstore.google.com/detail/bypass-glassdoor-wall/ohaiaoliglhljiamagbagenmmcdfgkfe
Description Gets rid of the loginwall on Glassdoor.
File Size 40.79 KB
Installation Count 6,912
Current Version 0.2
Last Updated 2022-11-02
Publish Date 2022-05-30
Rating 2.87/5 Total 30 Ratings
Developer yessine.benjouda
Email [email protected]
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bypass Glassdoor Wall",
    "description": "Gets rid of the loginwall on Glassdoor.",
    "author": "Yessine Benjouda",
    "version": "0.2",
    "content_scripts": [
        {
            "js": [
                "jquer.js",
                "content_script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/*.glassdoor.*\/*"
            ]
        }
    ],
    "action": [],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    }
}