Forbes™ Splash Screen Bypass

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

Forbes™ Splash Screen Bypass là gì?

Forbes™ Splash Screen Bypass là một tiện ích mở rộng Chrome được phát triển bởi whizzzkid, và tính năng chính của nó là "Bypasses the 'thought of the day' splash screen on Forbes™ website. [[email protected]]".

Tải xuống tệp CRX của tiện ích mở rộng Forbes™ Splash Screen Bypass

Tải xuống các tệp mở rộng Forbes™ Splash Screen Bypass dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Forbes™ Splash Screen Bypass Forbes™ Splash Screen Bypass
ID gjiddhnfkgbnnhbghaacfofkopmgleij
URL Chính Thức https://chrome.google.com/webstore/detail/forbes-splash-screen-bypa/gjiddhnfkgbnnhbghaacfofkopmgleij
Mô tả Bypasses the 'thought of the day' splash screen on Forbes™ website. [[email protected]]
Kích Thước Tệp 3.71 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2015-03-10
Ngày Phát Hành 2015-03-10
Đánh Giá 4.40/5 Tổng số 42 Đánh Giá
Nhà Phát Triển whizzzkid
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}