Bypass Glassdoor Wall
Gets rid of the loginwall on Glassdoor.
Co to jest Bypass Glassdoor Wall?
Bypass Glassdoor Wall to rozszerzenie Chrome opracowane przez yessine.benjouda, a jego główną funkcją jest „Gets rid of the loginwall on Glassdoor.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Bypass Glassdoor Wall
Pobierz pliki rozszerzeń Bypass Glassdoor Wall w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension gets rid of the login wall on Glassdoor. Access the information without an account. *** Updated on 10/31/2022
Podstawowe informacje o rozszerzeniu
Nazwa | Bypass Glassdoor Wall |
ID | ohaiaoliglhljiamagbagenmmcdfgkfe |
Oficjalny URL | https://chromewebstore.google.com/detail/bypass-glassdoor-wall/ohaiaoliglhljiamagbagenmmcdfgkfe |
Opis | Gets rid of the loginwall on Glassdoor. |
Rozmiar pliku | 40.79 KB |
Liczba instalacji | 6,912 |
Aktualna Wersja | 0.2 |
Ostatnia Aktualizacja | 2022-11-02 |
Data Publikacji | 2022-05-30 |
Ocena | 2.87/5 Łącznie 30 Oceny |
Deweloper | yessine.benjouda |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |