PandaBlur
PandaBlur
Wat is PandaBlur?
PandaBlur is een Chrome-extensie ontwikkeld door porpexdevel, en de belangrijkste functie is "PandaBlur".
Extensie Screenshots
Download het CRX-bestand van de extensie PandaBlur
Download PandaBlur-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
exhentai.org 의 특정 썸네일을 블러처리 합니다.
업데이트
0.2 :
1.키워드 기능을 추가했습니다
2.저장된 설정이 화면에서 보입니다.
0.1.1 :
Advanced Options 설정시 작동 안되는 버그를 수정 했습니다. Basisinformatie over de Extensie
| Naam | |
| ID | bfhglphjiddnjlnodpdddkjdhmbdgbch |
| Officiële URL | https://chrome.google.com/webstore/detail/pandablur/bfhglphjiddnjlnodpdddkjdhmbdgbch |
| Beschrijving | PandaBlur |
| Bestandsgrootte | 169 KB |
| Aantal Installaties | 447 |
| Huidige Versie | 0.2 |
| Laatst Bijgewerkt | 2021-03-21 |
| Publicatiedatum | 2020-11-09 |
| Ontwikkelaar | porpexdevel |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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\/*\/*"
]
} | |