Ahegao

All the images are belong to two-dimensional art

Ahegao là gì?

Ahegao là một tiện ích mở rộng Chrome được phát triển bởi Vivek Bhookya, và tính năng chính của nó là "All the images are belong to two-dimensional art".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ahegao

Tải xuống các tệp mở rộng Ahegao dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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

💜                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ahegao Ahegao
ID oljledgdggjpjoalodcijcfablcdojmn
URL Chính Thức https://chrome.google.com/webstore/detail/ahegao/oljledgdggjpjoalodcijcfablcdojmn
Mô tả All the images are belong to two-dimensional art
Kích Thước Tệp 3.09 MB
Số Lần Cài Đặt 282
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2019-05-21
Ngày Phát Hành 2019-05-20
Đánh Giá 4.44/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Vivek Bhookya
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://mrvivacious.github.io/dev/dev.html
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}