Megane
Removes blur and other kinds of censorship on hentai-chan and nude-moon
¿Qué es Megane?
Megane es una extensión de Chrome desarrollada por ObiArt, y su función principal es "Removes blur and other kinds of censorship on hentai-chan and nude-moon".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Megane
Descarga archivos de extensión Megane en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Removes blur and other kinds of censorship on hentai-chan and nude-moon Información Básica de la Extensión
| Nombre | |
| ID | lfoakkpbifjfmbblemcehgmofmjffifd |
| URL Oficial | https://chrome.google.com/webstore/detail/megane/lfoakkpbifjfmbblemcehgmofmjffifd |
| Descripción | Removes blur and other kinds of censorship on hentai-chan and nude-moon |
| Tamaño del Archivo | 49 KB |
| Cantidad de Instalaciones | 1,000 |
| Versión Actual | 1.3.0 |
| Última Actualización | 2021-10-13 |
| Fecha de Publicación | 2020-06-23 |
| Calificación | 5.00/5 Total de 6 Calificaciones |
| Desarrollador | ObiArt |
| Correo electrónico | [email protected] |
| Tipo de Pago | free |
| Sitio Web de la Extensión | https://github.com/ObiArt/megane |
| URL de la Página de Política de Privacidad | https://raw.githubusercontent.com/ObiArt/megane/master/privacy_policy.txt |
| Idiomas Soportados | 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
} | |