Megane
Removes blur and other kinds of censorship on hentai-chan and nude-moon
O que é Megane?
Megane é uma extensão do Chrome desenvolvida por ObiArt, e sua principal característica é "Removes blur and other kinds of censorship on hentai-chan and nude-moon".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Megane
Baixe arquivos de extensão Megane no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Removes blur and other kinds of censorship on hentai-chan and nude-moon
Informações Básicas da Extensão
Nome | Megane |
ID | lfoakkpbifjfmbblemcehgmofmjffifd |
URL Oficial | https://chrome.google.com/webstore/detail/megane/lfoakkpbifjfmbblemcehgmofmjffifd |
Descrição | Removes blur and other kinds of censorship on hentai-chan and nude-moon |
Tamanho do Arquivo | 49 KB |
Contagem de Instalações | 1,000 |
Versão Atual | 1.3.0 |
Última Atualização | 2021-10-13 |
Data de Publicação | 2020-06-23 |
Classificação | 5.00/5 Total de 6 Avaliações |
Desenvolvedor | ObiArt |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/ObiArt/megane |
URL da Página de Política de Privacidade | https://raw.githubusercontent.com/ObiArt/megane/master/privacy_policy.txt |
Idiomas Suportados | 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 } |