Megane

Removes blur and other kinds of censorship on hentai-chan and nude-moon

What is Megane?

Megane is a Chrome extension developed by ObiArt, and its main feature is "Removes blur and other kinds of censorship on hentai-chan and nude-moon".

Extension Screenshots

screenshot
screenshot

Download Megane Extension CRX File

Download Megane extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Removes blur and other kinds of censorship on hentai-chan and nude-moon                    

Extension Basic Information

Name Megane Megane
ID lfoakkpbifjfmbblemcehgmofmjffifd
Official URL https://chrome.google.com/webstore/detail/megane/lfoakkpbifjfmbblemcehgmofmjffifd
Description Removes blur and other kinds of censorship on hentai-chan and nude-moon
File Size 49 KB
Installation Count 1,000
Current Version 1.3.0
Last Updated 2021-10-13
Publish Date 2020-06-23
Rating 5.00/5 Total 6 Ratings
Developer ObiArt
Email [email protected]
Payment Type free
Extension Website https://github.com/ObiArt/megane
Privacy Policy Page URL https://raw.githubusercontent.com/ObiArt/megane/master/privacy_policy.txt
Supported Languages 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
}