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
官方網址 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
電子郵箱 [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"
        ]
    }
}