Megane

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

Hvad er Megane?

Megane er en Chrome-udvidelse udviklet af ObiArt, og dens hovedfunktion er "Removes blur and other kinds of censorship on hentai-chan and nude-moon".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Megane-udvidelses-CRX-fil

Download Megane-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Megane Megane
ID lfoakkpbifjfmbblemcehgmofmjffifd
Officiel URL https://chrome.google.com/webstore/detail/megane/lfoakkpbifjfmbblemcehgmofmjffifd
Beskrivelse Removes blur and other kinds of censorship on hentai-chan and nude-moon
Filstørrelse 49 KB
Antal Installationer 1,000
Nuværende Version 1.3.0
Senest Opdateret 2021-10-13
Udgivelsesdato 2020-06-23
Bedømmelse 5.00/5 Samlet 6 Bedømmelser
Udvikler ObiArt
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/ObiArt/megane
URL til Fortrolighedspolitik Side https://raw.githubusercontent.com/ObiArt/megane/master/privacy_policy.txt
Understøttede Sprog 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
}