Megane

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

Apa itu Megane?

Megane adalah ekstensi Chrome yang dikembangkan oleh ObiArt, dan fitur utamanya adalah "Removes blur and other kinds of censorship on hentai-chan and nude-moon".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Megane

Unduh file ekstensi Megane dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Megane Megane
ID lfoakkpbifjfmbblemcehgmofmjffifd
URL Resmi https://chrome.google.com/webstore/detail/megane/lfoakkpbifjfmbblemcehgmofmjffifd
Deskripsi Removes blur and other kinds of censorship on hentai-chan and nude-moon
Ukuran File 49 KB
Jumlah Instalasi 1,000
Versi Saat Ini 1.3.0
Terakhir Diperbarui 2021-10-13
Tanggal Publikasi 2020-06-23
Penilaian 5.00/5 Total 6 Penilaian
Pengembang ObiArt
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/ObiArt/megane
URL Halaman Kebijakan Privasi https://raw.githubusercontent.com/ObiArt/megane/master/privacy_policy.txt
Bahasa yang Didukung 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
}