Poor man's BJ reader

Enable the extension in your chrome browser. View a BJ locked page. Click the extension icon! BOOM!

Poor man's BJ reader란 무엇입니까?

Poor man's BJ reader은(는) coreyjr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enable the extension in your chrome browser. View a BJ locked page. Click the extension icon! BOOM!"입니다.

Poor man's BJ reader 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 Poor man's BJ reader Poor man's BJ reader
ID iblnhobikmbjoilmfkcgoalpkcfhgcnd
공식 URL https://chrome.google.com/webstore/detail/iblnhobikmbjoilmfkcgoalpkcfhgcnd
설명 Enable the extension in your chrome browser. View a BJ locked page. Click the extension icon! BOOM!
파일 크기 95.08 KB
설치 횟수 34
현재 버전 0.4.7
최근 업데이트 2018-01-25
출시 날짜 2018-01-25
평점 3.67/5 총 3 개의 평점
개발자 coreyjr
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Poor man's BJ reader",
    "version": "0.4.7",
    "description": "Enable the extension in your chrome browser.  View a BJ locked page. Click the extension icon! BOOM!",
    "background_page": "background.html",
    "browser_action": {
        "name": "Manipulate DOM",
        "icons": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.2.1.min.js",
                "background.js"
            ],
            "matches": [
                "https:\/\/*.bizjournals.com\/*",
                "http:\/\/*.bizjournals.com\/*"
            ]
        }
    ]
}