Megane

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

Vad är Megane?

Megane är en Chrome-tillägg utvecklad av ObiArt, och dess huvudfunktion är "Removes blur and other kinds of censorship on hentai-chan and nude-moon".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Megane-förlängningens CRX-fil

Ladda ner Megane-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Megane Megane
ID lfoakkpbifjfmbblemcehgmofmjffifd
Officiell webbadress https://chrome.google.com/webstore/detail/megane/lfoakkpbifjfmbblemcehgmofmjffifd
Beskrivning Removes blur and other kinds of censorship on hentai-chan and nude-moon
Filstorlek 49 KB
Antal Installationer 1,000
Aktuell Version 1.3.0
Senast Uppdaterad 2021-10-13
Publiceringsdatum 2020-06-23
Betyg 5.00/5 Totalt 6 Betyg
Utvecklare ObiArt
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/ObiArt/megane
URL till Sekretesspolicy Sidan https://raw.githubusercontent.com/ObiArt/megane/master/privacy_policy.txt
Stödda Språk 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
}