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
}