PandaBlur
PandaBlur
Co to jest PandaBlur?
PandaBlur to rozszerzenie Chrome opracowane przez porpexdevel, a jego główną funkcją jest „PandaBlur”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia PandaBlur
Pobierz pliki rozszerzeń PandaBlur w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
exhentai.org 의 특정 썸네일을 블러처리 합니다. 업데이트 0.2 : 1.키워드 기능을 추가했습니다 2.저장된 설정이 화면에서 보입니다. 0.1.1 : Advanced Options 설정시 작동 안되는 버그를 수정 했습니다.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | bfhglphjiddnjlnodpdddkjdhmbdgbch |
Oficjalny URL | https://chrome.google.com/webstore/detail/pandablur/bfhglphjiddnjlnodpdddkjdhmbdgbch |
Opis | PandaBlur |
Rozmiar pliku | 169 KB |
Liczba instalacji | 447 |
Aktualna Wersja | 0.2 |
Ostatnia Aktualizacja | 2021-03-21 |
Data Publikacji | 2020-11-09 |
Deweloper | porpexdevel |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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\/*\/*" ] } |