Bypass Glassdoor Wall

Gets rid of the loginwall on Glassdoor.

Was ist Bypass Glassdoor Wall?

Bypass Glassdoor Wall ist eine Chrome-Erweiterung, die von yessine.benjouda entwickelt wurde, und ihr Hauptmerkmal ist "Gets rid of the loginwall on Glassdoor.".

Erweiterungsscreenshots

screenshot

Bypass Glassdoor Wall-Erweiterungs-CRX-Datei herunterladen

Laden Sie Bypass Glassdoor Wall-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This extension gets rid of the login wall on Glassdoor.
Access the information without an account.

*** Updated on 10/31/2022                    

Grundlegende Informationen zur Erweiterung

Name Bypass Glassdoor Wall Bypass Glassdoor Wall
ID ohaiaoliglhljiamagbagenmmcdfgkfe
Offizielle URL https://chromewebstore.google.com/detail/bypass-glassdoor-wall/ohaiaoliglhljiamagbagenmmcdfgkfe
Beschreibung Gets rid of the loginwall on Glassdoor.
Dateigröße 40.79 KB
Installationsanzahl 6,912
Aktuelle Version 0.2
Letztes Update 2022-11-02
Veröffentlichungsdatum 2022-05-30
Bewertung 2.87/5 Insgesamt 30 Bewertungen
Entwickler yessine.benjouda
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}