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 |
公式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 |
Eメール | [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" ] } |