Ahegao

All the images are belong to two-dimensional art

Co to jest Ahegao?

Ahegao to rozszerzenie Chrome opracowane przez Vivek Bhookya, a jego główną funkcją jest „All the images are belong to two-dimensional art”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Ahegao

Pobierz pliki rozszerzeń Ahegao w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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

💜                    

Podstawowe informacje o rozszerzeniu

Nazwa Ahegao Ahegao
ID oljledgdggjpjoalodcijcfablcdojmn
Oficjalny URL https://chrome.google.com/webstore/detail/ahegao/oljledgdggjpjoalodcijcfablcdojmn
Opis All the images are belong to two-dimensional art
Rozmiar pliku 3.09 MB
Liczba instalacji 282
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2019-05-21
Data Publikacji 2019-05-20
Ocena 4.44/5 Łącznie 9 Oceny
Deweloper Vivek Bhookya
E-mail [email protected]
Typ Płatności in_app
Strona Rozszerzenia https://mrvivacious.github.io/dev/dev.html
Obsługiwane Języki 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"
    ]
}