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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
        ]
    }
}