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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย whizzzkid และคุณลักษณะหลักของมันคือ "Bypasses the 'thought of the day' splash screen on Forbes™ website. [[email protected]]"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Forbes™ Splash Screen Bypass

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        ]
    }
}