Forbes™ Splash Screen Bypass

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

Wat is Forbes™ Splash Screen Bypass?

Forbes™ Splash Screen Bypass is een Chrome-extensie ontwikkeld door whizzzkid, en de belangrijkste functie is "Bypasses the 'thought of the day' splash screen on Forbes™ website. [[email protected]]".

Download het CRX-bestand van de extensie Forbes™ Splash Screen Bypass

Download Forbes™ Splash Screen Bypass-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 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                    

Basisinformatie over de Extensie

Naam Forbes™ Splash Screen Bypass Forbes™ Splash Screen Bypass
ID gjiddhnfkgbnnhbghaacfofkopmgleij
Officiële URL https://chrome.google.com/webstore/detail/forbes-splash-screen-bypa/gjiddhnfkgbnnhbghaacfofkopmgleij
Beschrijving Bypasses the 'thought of the day' splash screen on Forbes™ website. [[email protected]]
Bestandsgrootte 3.71 KB
Aantal Installaties 1,000
Huidige Versie 0.1
Laatst Bijgewerkt 2015-03-10
Publicatiedatum 2015-03-10
Beoordeling 4.40/5 Totaal 42 Beoordelingen
Ontwikkelaar whizzzkid
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}