Pop Report

Skip the line with Pop Report!

Pop Report란 무엇입니까?

Pop Report은(는) http://pop-report.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Skip the line with Pop Report!"입니다.

확장 프로그램 스크린샷

screenshot

Pop Report 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 Pop Report Pop Report
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
이메일 [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"
    ]
}