PandaBlur

PandaBlur

PandaBlurとは何ですか?

PandaBlurはporpexdevelによって開発されたChromeの拡張機能で、その主な機能は「PandaBlur」です。

拡張機能のスクリーンショット

screenshot

PandaBlur拡張機能のCRXファイルをダウンロード

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
Eメール [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\/*\/*"
    ]
}