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.”。
扩展截图
下载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 |
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 |
电子邮箱 | [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" } } |