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
电子邮箱 [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"
        ]
    }
}