Forbes™ Splash Screen Bypass

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

Forbes™ Splash Screen Bypassとは何ですか?

Forbes™ Splash Screen Bypassはwhizzzkidによって開発されたChromeの拡張機能で、その主な機能は「Bypasses the 'thought of the day' splash screen on Forbes™ website. [[email protected]]」です。

Forbes™ Splash Screen Bypass拡張機能のCRXファイルをダウンロード

Forbes™ Splash Screen Bypass拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Forbes™ Splash Screen Bypass Forbes™ Splash Screen Bypass
ID gjiddhnfkgbnnhbghaacfofkopmgleij
公式URL https://chrome.google.com/webstore/detail/forbes-splash-screen-bypa/gjiddhnfkgbnnhbghaacfofkopmgleij
説明 Bypasses the 'thought of the day' splash screen on Forbes™ website. [[email protected]]
ファイルサイズ 3.71 KB
インストール数 1,000
現在のバージョン 0.1
最終更新日 2015-03-10
公開日 2015-03-10
評価 4.40/5 合計 42 レビュー
開発者 whizzzkid
Eメール [email protected]
支払い方法 free
対応言語 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"
        ]
    }
}