Megane

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

Τι είναι το Megane;

Το Megane είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ObiArt, και η κύρια λειτουργία του είναι "Removes blur and other kinds of censorship on hentai-chan and nude-moon".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Megane

Λήψη αρχείων επέκτασης Megane σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Megane Megane
ID lfoakkpbifjfmbblemcehgmofmjffifd
Επίσημο URL https://chrome.google.com/webstore/detail/megane/lfoakkpbifjfmbblemcehgmofmjffifd
Περιγραφή Removes blur and other kinds of censorship on hentai-chan and nude-moon
Μέγεθος Αρχείου 49 KB
Αριθμός Εγκαταστάσεων 1,000
Τρέχουσα Έκδοση 1.3.0
Τελευταία Ενημέρωση 2021-10-13
Ημερομηνία Δημοσίευσης 2020-06-23
Αξιολόγηση 5.00/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής ObiArt
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/ObiArt/megane
URL της Σελίδας Πολιτικής Απορρήτου https://raw.githubusercontent.com/ObiArt/megane/master/privacy_policy.txt
Υποστηριζόμενες Γλώσσες 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
}