Pop Report

Skip the line with Pop Report!

Pop Report là gì?

Pop Report là một tiện ích mở rộng Chrome được phát triển bởi http://pop-report.com, và tính năng chính của nó là "Skip the line with Pop Report!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pop Report

Tải xuống các tệp mở rộng Pop Report dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pop Report Pop Report
ID gkjhpebhlapddeihjfedihiepmakfhki
URL Chính Thức https://chrome.google.com/webstore/detail/pop-report/gkjhpebhlapddeihjfedihiepmakfhki
Mô tả Skip the line with Pop Report!
Kích Thước Tệp 2.72 MB
Số Lần Cài Đặt 50
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2019-03-05
Ngày Phát Hành 2019-03-05
Nhà Phát Triển http://pop-report.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.pop-report.com
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}