Megane

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

Megane क्या है?

Megane ObiArt द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes blur and other kinds of censorship on hentai-chan and nude-moon"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Megane एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Megane 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
}