Megane
Removes blur and other kinds of censorship on hentai-chan and nude-moon
Meganeคืออะไร?
Megane เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ObiArt และคุณลักษณะหลักของมันคือ "Removes blur and other kinds of censorship on hentai-chan and nude-moon"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Megane
ดาวน์โหลดไฟล์ส่วนขยาย Megane ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Removes blur and other kinds of censorship on hentai-chan and nude-moon
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Megane |
ID | lfoakkpbifjfmbblemcehgmofmjffifd |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/megane/lfoakkpbifjfmbblemcehgmofmjffifd |
คำอธิบาย | Removes blur and other kinds of censorship on hentai-chan and nude-moon |
ขนาดไฟล์ | 49 KB |
จำนวนการติดตั้ง | 1,000 |
เวอร์ชันปัจจุบัน | 1.3.0 |
อัปเดตครั้งล่าสุด | 2021-10-13 |
วันที่เผยแพร่ | 2020-06-23 |
คะแนน | 5.00/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | ObiArt |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/ObiArt/megane |
URL หน้านโยบายความเป็นส่วนตัว | https://raw.githubusercontent.com/ObiArt/megane/master/privacy_policy.txt |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Megane", "description": "Removes blur and other kinds of censorship on hentai-chan and nude-moon", "version": "1.3.0", "permissions": [ "storage", "activeTab", "https:\/\/*\/*" ], "browser_action": { "default_title": "Megane", "default_popup": "popup\/index.html", "default_icon": "icons\/icon_48.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "general.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "manifest_version": 2 } |