Ahegao

All the images are belong to two-dimensional art

Qu'est-ce que Ahegao ?

Ahegao est une extension Chrome développée par Vivek Bhookya, et sa fonction principale est "All the images are belong to two-dimensional art".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Ahegao

Téléchargez les fichiers d'extension Ahegao au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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

💜                    

Informations de Base sur l'Extension

Nom Ahegao Ahegao
ID oljledgdggjpjoalodcijcfablcdojmn
URL Officiel https://chrome.google.com/webstore/detail/ahegao/oljledgdggjpjoalodcijcfablcdojmn
Description All the images are belong to two-dimensional art
Taille du Fichier 3.09 MB
Nombre d'Installations 282
Version Actuelle 1.0
Dernière Mise à Jour 2019-05-21
Date de Publication 2019-05-20
Évaluation 4.44/5 Total 9 Évaluations
Développeur Vivek Bhookya
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://mrvivacious.github.io/dev/dev.html
Langues Prises en Charge 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"
    ]
}