OneeChan

Customizable rice and themes for 4chan X.

OneeChan là gì?

OneeChan là một tiện ích mở rộng Chrome được phát triển bởi czarchasm, và tính năng chính của nó là "Customizable rice and themes for 4chan X.".

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

screenshot
screenshot

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

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

                        Download the newer, better version here: https://github.com/KevinParnell/OneeChan
This will be kept up mostly for archival purposes (I guess?).

WARNING: MUST BE USED IN CONJUNCTION WITH 4CHAN-X.
AVAILABLE HERE: https://chrome.google.com/webstore/detail/4chan-x/ohnjgmpcibpbafdlkimncjhflgedgpam

Originally made by nebukazar. Uploaded to Chrome Store for ease of access.
Fixed for 4channel update.                    

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

Tên OneeChan OneeChan
ID poiggpgdfblfchjlbhhpmhfdbfeaocgi
URL Chính Thức https://chrome.google.com/webstore/detail/oneechan/poiggpgdfblfchjlbhhpmhfdbfeaocgi
Mô tả Customizable rice and themes for 4chan X.
Kích Thước Tệp 123 KB
Số Lần Cài Đặt 198
Phiên Bản Hiện Tại 6
Cập Nhật Lần Cuối 2021-04-26
Ngày Phát Hành 2019-11-11
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển czarchasm
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OneeChan",
    "version": "6",
    "manifest_version": 2,
    "description": "Customizable rice and themes for 4chan X.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "*:\/\/*.4chan.org\/*",
                "*:\/\/*.4channel.org\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "homepage_url": "https:\/\/github.com\/nebukazar\/OneeChan\/",
    "minimum_chrome_version": "32",
    "permissions": [
        "storage",
        "*:\/\/www.4chan.org\/*",
        "*:\/\/boards.4channel.org\/*",
        "*:\/\/boards.4chan.org\/*"
    ]
}