Forbes™ Splash Screen Bypass

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

Cos'è Forbes™ Splash Screen Bypass?

Forbes™ Splash Screen Bypass è un'estensione di Chrome sviluppata da whizzzkid, e la sua funzione principale è "Bypasses the 'thought of the day' splash screen on Forbes™ website. [[email protected]]".

Scarica il file CRX dell'estensione Forbes™ Splash Screen Bypass

Scarica i file di estensione Forbes™ Splash Screen Bypass in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Forbes™ Splash Screen Bypass Forbes™ Splash Screen Bypass
ID gjiddhnfkgbnnhbghaacfofkopmgleij
URL Ufficiale https://chrome.google.com/webstore/detail/forbes-splash-screen-bypa/gjiddhnfkgbnnhbghaacfofkopmgleij
Descrizione Bypasses the 'thought of the day' splash screen on Forbes™ website. [[email protected]]
Dimensione del File 3.71 KB
Conteggio Installazioni 1,000
Versione Corrente 0.1
Ultimo Aggiornamento 2015-03-10
Data di Pubblicazione 2015-03-10
Valutazione 4.40/5 Totale 42 Valutazioni
Sviluppatore whizzzkid
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        ]
    }
}