Megane

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

Wat is Megane?

Megane is een Chrome-extensie ontwikkeld door ObiArt, en de belangrijkste functie is "Removes blur and other kinds of censorship on hentai-chan and nude-moon".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Megane

Download Megane-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Megane Megane
ID lfoakkpbifjfmbblemcehgmofmjffifd
Officiële URL https://chrome.google.com/webstore/detail/megane/lfoakkpbifjfmbblemcehgmofmjffifd
Beschrijving Removes blur and other kinds of censorship on hentai-chan and nude-moon
Bestandsgrootte 49 KB
Aantal Installaties 1,000
Huidige Versie 1.3.0
Laatst Bijgewerkt 2021-10-13
Publicatiedatum 2020-06-23
Beoordeling 5.00/5 Totaal 6 Beoordelingen
Ontwikkelaar ObiArt
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/ObiArt/megane
URL van de Privacybeleid Pagina https://raw.githubusercontent.com/ObiArt/megane/master/privacy_policy.txt
Ondersteunde Talen 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
}