PandaBlur
PandaBlur
What is PandaBlur?
PandaBlur is a Chrome extension developed by porpexdevel, and its main feature is "PandaBlur".
Extension Screenshots
Download PandaBlur Extension CRX File
Download PandaBlur extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
exhentai.org 의 특정 썸네일을 블러처리 합니다. 업데이트 0.2 : 1.키워드 기능을 추가했습니다 2.저장된 설정이 화면에서 보입니다. 0.1.1 : Advanced Options 설정시 작동 안되는 버그를 수정 했습니다.
Extension Basic Information
Name | |
ID | bfhglphjiddnjlnodpdddkjdhmbdgbch |
Official URL | https://chrome.google.com/webstore/detail/pandablur/bfhglphjiddnjlnodpdddkjdhmbdgbch |
Description | PandaBlur |
File Size | 169 KB |
Installation Count | 447 |
Current Version | 0.2 |
Last Updated | 2021-03-21 |
Publish Date | 2020-11-09 |
Developer | porpexdevel |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*\/*" ] } |