Pop Report
Skip the line with Pop Report!
Cos'è Pop Report?
Pop Report è un'estensione di Chrome sviluppata da http://pop-report.com, e la sua funzione principale è "Skip the line with Pop Report!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pop Report
Scarica i file di estensione Pop Report in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | |
ID | gkjhpebhlapddeihjfedihiepmakfhki |
URL Ufficiale | https://chrome.google.com/webstore/detail/pop-report/gkjhpebhlapddeihjfedihiepmakfhki |
Descrizione | Skip the line with Pop Report! |
Dimensione del File | 2.72 MB |
Conteggio Installazioni | 50 |
Versione Corrente | 1.0.4 |
Ultimo Aggiornamento | 2019-03-05 |
Data di Pubblicazione | 2019-03-05 |
Sviluppatore | http://pop-report.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.pop-report.com |
Lingue Supportate | 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" ] } |