Forbes™ Splash Screen Bypass

Bypasses the 'thought of the day' splash screen on Forbes™ website. [[email protected]]

Was ist Forbes™ Splash Screen Bypass?

Forbes™ Splash Screen Bypass ist eine Chrome-Erweiterung, die von whizzzkid entwickelt wurde, und ihr Hauptmerkmal ist "Bypasses the 'thought of the day' splash screen on Forbes™ website. [[email protected]]".

Forbes™ Splash Screen Bypass-Erweiterungs-CRX-Datei herunterladen

Laden Sie Forbes™ Splash Screen Bypass-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Forbes™ Splash Screen Bypass Forbes™ Splash Screen Bypass
ID gjiddhnfkgbnnhbghaacfofkopmgleij
Offizielle URL https://chrome.google.com/webstore/detail/forbes-splash-screen-bypa/gjiddhnfkgbnnhbghaacfofkopmgleij
Beschreibung Bypasses the 'thought of the day' splash screen on Forbes™ website. [[email protected]]
Dateigröße 3.71 KB
Installationsanzahl 1,000
Aktuelle Version 0.1
Letztes Update 2015-03-10
Veröffentlichungsdatum 2015-03-10
Bewertung 4.40/5 Insgesamt 42 Bewertungen
Entwickler whizzzkid
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        ]
    }
}