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"
    ]
}