Bypass Glassdoor Wall
Gets rid of the loginwall on Glassdoor.
Wat is Bypass Glassdoor Wall?
Bypass Glassdoor Wall is een Chrome-extensie ontwikkeld door yessine.benjouda, en de belangrijkste functie is "Gets rid of the loginwall on Glassdoor.".
Extensie Screenshots
Download het CRX-bestand van de extensie Bypass Glassdoor Wall
Download Bypass Glassdoor Wall-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension gets rid of the login wall on Glassdoor.
Access the information without an account.
*** Updated on 10/31/2022 Basisinformatie over de Extensie
| Naam | |
| ID | ohaiaoliglhljiamagbagenmmcdfgkfe |
| Officiële URL | https://chromewebstore.google.com/detail/bypass-glassdoor-wall/ohaiaoliglhljiamagbagenmmcdfgkfe |
| Beschrijving | Gets rid of the loginwall on Glassdoor. |
| Bestandsgrootte | 40.79 KB |
| Aantal Installaties | 6,912 |
| Huidige Versie | 0.2 |
| Laatst Bijgewerkt | 2022-11-02 |
| Publicatiedatum | 2022-05-30 |
| Beoordeling | 2.87/5 Totaal 30 Beoordelingen |
| Ontwikkelaar | yessine.benjouda |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |