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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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 } |