Forbes™ Splash Screen Bypass

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

Apa itu Forbes™ Splash Screen Bypass?

Forbes™ Splash Screen Bypass adalah ekstensi Chrome yang dikembangkan oleh whizzzkid, dan fitur utamanya adalah "Bypasses the 'thought of the day' splash screen on Forbes™ website. [[email protected]]".

Unduh Berkas CRX Ekstensi Forbes™ Splash Screen Bypass

Unduh file ekstensi Forbes™ Splash Screen Bypass dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Forbes™ Splash Screen Bypass Forbes™ Splash Screen Bypass
ID gjiddhnfkgbnnhbghaacfofkopmgleij
URL Resmi https://chrome.google.com/webstore/detail/forbes-splash-screen-bypa/gjiddhnfkgbnnhbghaacfofkopmgleij
Deskripsi Bypasses the 'thought of the day' splash screen on Forbes™ website. [[email protected]]
Ukuran File 3.71 KB
Jumlah Instalasi 1,000
Versi Saat Ini 0.1
Terakhir Diperbarui 2015-03-10
Tanggal Publikasi 2015-03-10
Penilaian 4.40/5 Total 42 Penilaian
Pengembang whizzzkid
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
        ]
    }
}