Ahegao

All the images are belong to two-dimensional art

Was ist Ahegao?

Ahegao ist eine Chrome-Erweiterung, die von Vivek Bhookya entwickelt wurde, und ihr Hauptmerkmal ist "All the images are belong to two-dimensional art".

Erweiterungsscreenshots

screenshot

Ahegao-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ahegao-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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

💜                    

Grundlegende Informationen zur Erweiterung

Name Ahegao Ahegao
ID oljledgdggjpjoalodcijcfablcdojmn
Offizielle URL https://chrome.google.com/webstore/detail/ahegao/oljledgdggjpjoalodcijcfablcdojmn
Beschreibung All the images are belong to two-dimensional art
Dateigröße 3.09 MB
Installationsanzahl 282
Aktuelle Version 1.0
Letztes Update 2019-05-21
Veröffentlichungsdatum 2019-05-20
Bewertung 4.44/5 Insgesamt 9 Bewertungen
Entwickler Vivek Bhookya
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://mrvivacious.github.io/dev/dev.html
Unterstützte Sprachen 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"
    ]
}