Megane

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

Qu'est-ce que Megane ?

Megane est une extension Chrome développée par ObiArt, et sa fonction principale est "Removes blur and other kinds of censorship on hentai-chan and nude-moon".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Megane

Téléchargez les fichiers d'extension Megane au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Megane Megane
ID lfoakkpbifjfmbblemcehgmofmjffifd
URL Officiel https://chrome.google.com/webstore/detail/megane/lfoakkpbifjfmbblemcehgmofmjffifd
Description Removes blur and other kinds of censorship on hentai-chan and nude-moon
Taille du Fichier 49 KB
Nombre d'Installations 1,000
Version Actuelle 1.3.0
Dernière Mise à Jour 2021-10-13
Date de Publication 2020-06-23
Évaluation 5.00/5 Total 6 Évaluations
Développeur ObiArt
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/ObiArt/megane
URL de la Page de Politique de Confidentialité https://raw.githubusercontent.com/ObiArt/megane/master/privacy_policy.txt
Langues Prises en Charge 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
}