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