Forbes™ Splash Screen Bypass
Bypasses the 'thought of the day' splash screen on Forbes™ website. [[email protected]]
Co to jest Forbes™ Splash Screen Bypass?
Forbes™ Splash Screen Bypass to rozszerzenie Chrome opracowane przez whizzzkid, a jego główną funkcją jest „Bypasses the 'thought of the day' splash screen on Forbes™ website. [[email protected]]”.
Pobierz plik CRX rozszerzenia Forbes™ Splash Screen Bypass
Pobierz pliki rozszerzeń Forbes™ Splash Screen Bypass 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 should bypass the annoying 'thought of the day' splash screen on Forbes™ website. Unlike other extensions, we do not click the continue to site button rather we use advanced cookie manipulation to get past that. v0.1: Cookie POC
Podstawowe informacje o rozszerzeniu
Nazwa | ![]() |
ID | gjiddhnfkgbnnhbghaacfofkopmgleij |
Oficjalny URL | https://chrome.google.com/webstore/detail/forbes-splash-screen-bypa/gjiddhnfkgbnnhbghaacfofkopmgleij |
Opis | Bypasses the 'thought of the day' splash screen on Forbes™ website. [[email protected]] |
Rozmiar pliku | 3.71 KB |
Liczba instalacji | 1,000 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2015-03-10 |
Data Publikacji | 2015-03-10 |
Ocena | 4.40/5 Łącznie 42 Oceny |
Deweloper | whizzzkid |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Forbes\u2122 Splash Screen Bypass", "description": "Bypasses the 'thought of the day' splash screen on Forbes\u2122 website. [[email protected]]", "version": "0.1", "permissions": [ "webRequest", "webRequestBlocking", "cookies", "*:\/\/*.forbes.com\/*" ], "background": { "scripts": [ "background.js" ] } } |