PandaBlur

PandaBlur

PandaBlur란 무엇입니까?

PandaBlur은(는) porpexdevel에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "PandaBlur"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        exhentai.org 의 특정 썸네일을 블러처리 합니다.
업데이트 
0.2 : 
1.키워드 기능을 추가했습니다
2.저장된 설정이 화면에서 보입니다.

0.1.1 :  
Advanced Options  설정시  작동 안되는 버그를 수정 했습니다.                    

확장 프로그램 기본 정보

이름 PandaBlur PandaBlur
ID bfhglphjiddnjlnodpdddkjdhmbdgbch
공식 URL https://chrome.google.com/webstore/detail/pandablur/bfhglphjiddnjlnodpdddkjdhmbdgbch
설명 PandaBlur
파일 크기 169 KB
설치 횟수 447
현재 버전 0.2
최근 업데이트 2021-03-21
출시 날짜 2020-11-09
개발자 porpexdevel
이메일 [email protected]
결제 유형 free
지원되는 언어 ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PandaBlur",
    "description": "PandaBlur",
    "version": "0.2",
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "script.js"
            ],
            "matches": [
                "*:\/\/exhentai.org\/*",
                "*:\/\/exhentai.org\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "contextMenus",
        "storage",
        "*:\/\/exhentai.org\/*",
        "*:\/\/exhentai.org\/*\/*"
    ]
}