Pop Report
Skip the line with Pop Report!
O que é Pop Report?
Pop Report é uma extensão do Chrome desenvolvida por http://pop-report.com, e sua principal característica é "Skip the line with Pop Report!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Pop Report
Baixe arquivos de extensão Pop Report no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | |
ID | gkjhpebhlapddeihjfedihiepmakfhki |
URL Oficial | https://chrome.google.com/webstore/detail/pop-report/gkjhpebhlapddeihjfedihiepmakfhki |
Descrição | Skip the line with Pop Report! |
Tamanho do Arquivo | 2.72 MB |
Contagem de Instalações | 50 |
Versão Atual | 1.0.4 |
Última Atualização | 2019-03-05 |
Data de Publicação | 2019-03-05 |
Desenvolvedor | http://pop-report.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.pop-report.com |
Idiomas Suportados | 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" ] } |