Pop Report
Skip the line with Pop Report!
什麼是Pop Report?
Pop Report是由http://pop-report.com開發的Chrome擴展程式,該擴展的主要功能是“Skip the line with Pop Report!”。
擴展截圖
下載Pop Report擴展crx文件
下載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!
擴展基本資訊
名稱 | |
ID | gkjhpebhlapddeihjfedihiepmakfhki |
官方網址 | 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" ] } |