PandaBlur

PandaBlur

PandaBlurคืออะไร?

PandaBlur เป็นส่วนขยายของ Chrome ที่พัฒนาโดย porpexdevel และคุณลักษณะหลักของมันคือ "PandaBlur"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PandaBlur

ดาวน์โหลดไฟล์ส่วนขยาย PandaBlur ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*\/*"
    ]
}