Megane

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

Megane là gì?

Megane là một tiện ích mở rộng Chrome được phát triển bởi ObiArt, và tính năng chính của nó là "Removes blur and other kinds of censorship on hentai-chan and nude-moon".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Megane

Tải xuống các tệp mở rộng Megane dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Megane Megane
ID lfoakkpbifjfmbblemcehgmofmjffifd
URL Chính Thức https://chrome.google.com/webstore/detail/megane/lfoakkpbifjfmbblemcehgmofmjffifd
Mô tả Removes blur and other kinds of censorship on hentai-chan and nude-moon
Kích Thước Tệp 49 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2021-10-13
Ngày Phát Hành 2020-06-23
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển ObiArt
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ObiArt/megane
URL Trang Chính Sách Bảo Mật https://raw.githubusercontent.com/ObiArt/megane/master/privacy_policy.txt
Ngôn Ngữ Được Hỗ Trợ 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
}