Pop Report

Skip the line with Pop Report!

Qu'est-ce que Pop Report ?

Pop Report est une extension Chrome développée par http://pop-report.com, et sa fonction principale est "Skip the line with Pop Report!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Pop Report

Téléchargez les fichiers d'extension Pop Report au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Pop Report Pop Report
ID gkjhpebhlapddeihjfedihiepmakfhki
URL Officiel https://chrome.google.com/webstore/detail/pop-report/gkjhpebhlapddeihjfedihiepmakfhki
Description Skip the line with Pop Report!
Taille du Fichier 2.72 MB
Nombre d'Installations 50
Version Actuelle 1.0.4
Dernière Mise à Jour 2019-03-05
Date de Publication 2019-03-05
Développeur http://pop-report.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.pop-report.com
Langues Prises en Charge 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"
    ]
}