Ahegao Mod For Reddit

Add ahegao theme for Reddit

Ahegao Mod For Reddit là gì?

Ahegao Mod For Reddit là một tiện ích mở rộng Chrome được phát triển bởi sammwy, và tính năng chính của nó là "Add ahegao theme for Reddit".

Ả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 Mod For Reddit

Tải xuống các tệp mở rộng Ahegao Mod For Reddit 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

                        This extensions change the Reddit's Background and logo and replace it with Manga/Ahegao.                    

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

Tên Ahegao Mod For Reddit Ahegao Mod For Reddit
ID mijnmdkdbflccbedkmencjgiinjphjph
URL Chính Thức https://chrome.google.com/webstore/detail/ahegao-mod-for-reddit/mijnmdkdbflccbedkmencjgiinjphjph
Mô tả Add ahegao theme for Reddit
Kích Thước Tệp 4.1 KB
Số Lần Cài Đặt 136
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2020-11-28
Ngày Phát Hành 2020-11-28
Đánh Giá 4.71/5 Tổng số 7 Đánh Giá
Nhà Phát Triển sammwy
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ahegao Mod For Reddit",
    "version": "0.0.1",
    "description": "Add ahegao theme for Reddit",
    "content_scripts": [
        {
            "css": [
                "src\/app.css"
            ],
            "js": [
                "src\/app.js",
                "src\/ui-injector.js"
            ],
            "matches": [
                "https:\/\/*.reddit.com\/*"
            ]
        }
    ]
}