Ahegao

All the images are belong to two-dimensional art

Ahegaoとは何ですか?

AhegaoはVivek Bhookyaによって開発されたChromeの拡張機能で、その主な機能は「All the images are belong to two-dimensional art」です。

拡張機能のスクリーンショット

screenshot

Ahegao拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    ]
}