OneeChan

Customizable rice and themes for 4chan X.

什么是OneeChan?

OneeChan是由czarchasm开发的Chrome扩展程序,该扩展的主要功能是“Customizable rice and themes for 4chan X.”。

扩展截图

screenshot
screenshot

下载OneeChan扩展crx文件

下载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\/*"
    ]
}