Ahegao

All the images are belong to two-dimensional art

Что такое Ahegao?

Ahegao - это расширение Chrome, разработанное Vivek Bhookya, и его основная функция - "All the images are belong to two-dimensional art".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Ahegao

Скачайте файлы расширений Ahegao в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Replace all images on the web with various anime pics
I own none of the pictures

** This extension is NSFW **

Categories (non-mutable):
 Anime girls
Anime boys
Anime romance (heterosexual) (some cute some lewd)
Anime romance (homosexual) (some cute some lewd)
Traps (lewd)
Ahegao, of course (lewd)
Random mix of all the above

** This extension is NSFW **

The source code:
https://github.com/mrvivacious/ahegao

The corresponding tutorial for this extension:
https://github.com/mrvivacious/Conscious_consumer

Check out more projects at: 
https://mrvivacious.github.io/dev/dev.html

💜                    

Основная информация о расширении

Название Ahegao Ahegao
ID oljledgdggjpjoalodcijcfablcdojmn
Официальный URL https://chrome.google.com/webstore/detail/ahegao/oljledgdggjpjoalodcijcfablcdojmn
Описание All the images are belong to two-dimensional art
Размер файла 3.09 MB
Количество установок 282
Текущая Версия 1.0
Последнее Обновление 2019-05-21
Дата публикации 2019-05-20
Рейтинг 4.44/5 Всего 9 оценок
Разработчик Vivek Bhookya
Электронная почта [email protected]
Тип оплаты in_app
Официальный сайт расширения https://mrvivacious.github.io/dev/dev.html
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ahegao",
    "description": "All the images are belong to two-dimensional art",
    "version": "1.0",
    "author": "Vivek Bhookya",
    "icons": {
        "16": "icons\/ahegao_icon_16.png",
        "48": "icons\/ahegao_icon_48.png",
        "128": "icons\/ahegao_icon_128.png"
    },
    "browser_action": {
        "default_icon": "icons\/ahegao_icon.png",
        "default_popup": "index.html",
        "default_title": "Ahegaoooo"
    },
    "background": {
        "scripts": [
            "links.js",
            "ahegao.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "links.js",
                "ahegao.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ]
}