PandaBlur

PandaBlur

Cos'è PandaBlur?

PandaBlur è un'estensione di Chrome sviluppata da porpexdevel, e la sua funzione principale è "PandaBlur".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione PandaBlur

Scarica i file di estensione PandaBlur in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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

Informazioni di Base sull'Estensione

Nome PandaBlur PandaBlur
ID bfhglphjiddnjlnodpdddkjdhmbdgbch
URL Ufficiale https://chrome.google.com/webstore/detail/pandablur/bfhglphjiddnjlnodpdddkjdhmbdgbch
Descrizione PandaBlur
Dimensione del File 169 KB
Conteggio Installazioni 447
Versione Corrente 0.2
Ultimo Aggiornamento 2021-03-21
Data di Pubblicazione 2020-11-09
Sviluppatore porpexdevel
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*\/*"
    ]
}