Pop Report

Skip the line with Pop Report!

Что такое Pop Report?

Pop Report - это расширение Chrome, разработанное http://pop-report.com, и его основная функция - "Skip the line with Pop Report!".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Pop Report

Скачайте файлы расширений Pop Report в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Ever had the problem where you were stuck on "You're in line to check out" for Funko Shop? This will not be a problem anymore for Pop Report members! Skip the line with just a click of a button. 

Exclusive only to Pop Report members today!

To join Pop Report, go to https://www.pop-report.com/ to get started!                    

Основная информация о расширении

Название Pop Report Pop Report
ID gkjhpebhlapddeihjfedihiepmakfhki
Официальный URL https://chrome.google.com/webstore/detail/pop-report/gkjhpebhlapddeihjfedihiepmakfhki
Описание Skip the line with Pop Report!
Размер файла 2.72 MB
Количество установок 50
Текущая Версия 1.0.4
Последнее Обновление 2019-03-05
Дата публикации 2019-03-05
Разработчик http://pop-report.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.pop-report.com
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pop Report",
    "version": "1.0.4",
    "manifest_version": 2,
    "description": "Skip the line with Pop Report!",
    "homepage_url": "https:\/\/www.pop-report.com",
    "browser_action": {
        "default_title": "Pop Report!",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/www.funko-shop.com\/*",
                "*:\/\/www.hottopic.com\/*",
                "*:\/\/www.boxlunch.com\/*",
                "*:\/\/www.studioproper.com\/*"
            ],
            "js": [
                ".\/libs\/jquery\/jquery.js",
                ".\/libs\/axios\/axios.min.js",
                ".\/libs\/bootstrap\/bootstrap.min.js",
                ".\/libs\/bootstrap-4.0.0-dist\/js\/bootstrap.js",
                ".\/libs\/bootstrap-4.0.0-dist\/js\/bootstrap.bundle.js",
                ".\/libs\/cryptojs\/aes.js",
                ".\/js\/main.js"
            ],
            "css": [
                ".\/stylesheets\/style.css"
            ]
        }
    ],
    "icons": {
        "128": "\/assets\/prlogo.png"
    },
    "web_accessible_resources": [
        "\/assets\/favicon128.png",
        "\/assets\/prsticker.png",
        "\/assets\/pr-tutorial.png"
    ],
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ]
}