OneeChan

Customizable rice and themes for 4chan X.

OneeChanคืออะไร?

OneeChan เป็นส่วนขยายของ Chrome ที่พัฒนาโดย czarchasm และคุณลักษณะหลักของมันคือ "Customizable rice and themes for 4chan X."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OneeChan

ดาวน์โหลดไฟล์ส่วนขยาย OneeChan ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ OneeChan OneeChan
ID poiggpgdfblfchjlbhhpmhfdbfeaocgi
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/oneechan/poiggpgdfblfchjlbhhpmhfdbfeaocgi
คำอธิบาย Customizable rice and themes for 4chan X.
ขนาดไฟล์ 123 KB
จำนวนการติดตั้ง 198
เวอร์ชันปัจจุบัน 6
อัปเดตครั้งล่าสุด 2021-04-26
วันที่เผยแพร่ 2019-11-11
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา czarchasm
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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\/*"
    ]
}