Bypass Glassdoor Wall

Gets rid of the loginwall on Glassdoor.

Bypass Glassdoor Wallとは何ですか?

Bypass Glassdoor Wallはyessine.benjoudaによって開発されたChromeの拡張機能で、その主な機能は「Gets rid of the loginwall on Glassdoor.」です。

拡張機能のスクリーンショット

screenshot

Bypass Glassdoor Wall拡張機能のCRXファイルをダウンロード

Bypass Glassdoor Wall拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

*** Updated on 10/31/2022                    

拡張機能の基本情報

名前 Bypass Glassdoor Wall Bypass Glassdoor Wall
ID ohaiaoliglhljiamagbagenmmcdfgkfe
公式URL https://chromewebstore.google.com/detail/bypass-glassdoor-wall/ohaiaoliglhljiamagbagenmmcdfgkfe
説明 Gets rid of the loginwall on Glassdoor.
ファイルサイズ 40.79 KB
インストール数 6,912
現在のバージョン 0.2
最終更新日 2022-11-02
公開日 2022-05-30
評価 2.87/5 合計 30 レビュー
開発者 yessine.benjouda
Eメール [email protected]
支払い方法 free
対応言語 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"
    }
}