Forbes™ Splash Screen Bypass

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

Vad är Forbes™ Splash Screen Bypass?

Forbes™ Splash Screen Bypass är en Chrome-tillägg utvecklad av whizzzkid, och dess huvudfunktion är "Bypasses the 'thought of the day' splash screen on Forbes™ website. [[email protected]]".

Ladda ner Forbes™ Splash Screen Bypass-förlängningens CRX-fil

Ladda ner Forbes™ Splash Screen Bypass-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Forbes™ Splash Screen Bypass Forbes™ Splash Screen Bypass
ID gjiddhnfkgbnnhbghaacfofkopmgleij
Officiell webbadress https://chrome.google.com/webstore/detail/forbes-splash-screen-bypa/gjiddhnfkgbnnhbghaacfofkopmgleij
Beskrivning Bypasses the 'thought of the day' splash screen on Forbes™ website. [[email protected]]
Filstorlek 3.71 KB
Antal Installationer 1,000
Aktuell Version 0.1
Senast Uppdaterad 2015-03-10
Publiceringsdatum 2015-03-10
Betyg 4.40/5 Totalt 42 Betyg
Utvecklare whizzzkid
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        ]
    }
}