Megane

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

Cos'è Megane?

Megane è un'estensione di Chrome sviluppata da ObiArt, e la sua funzione principale è "Removes blur and other kinds of censorship on hentai-chan and nude-moon".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Megane

Scarica i file di estensione Megane in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Megane Megane
ID lfoakkpbifjfmbblemcehgmofmjffifd
URL Ufficiale https://chrome.google.com/webstore/detail/megane/lfoakkpbifjfmbblemcehgmofmjffifd
Descrizione Removes blur and other kinds of censorship on hentai-chan and nude-moon
Dimensione del File 49 KB
Conteggio Installazioni 1,000
Versione Corrente 1.3.0
Ultimo Aggiornamento 2021-10-13
Data di Pubblicazione 2020-06-23
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore ObiArt
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/ObiArt/megane
URL della Pagina della Politica sulla Privacy https://raw.githubusercontent.com/ObiArt/megane/master/privacy_policy.txt
Lingue Supportate 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
}