Ptt X

可以在 https://www.ptt.cc/bbs/ 直接登入帳號,瀏覽並編輯最愛看版 之後應該會再加功能ㄅ

什么是Ptt X?

Ptt X是由splitline开发的Chrome扩展程序,该扩展的主要功能是“可以在 https://www.ptt.cc/bbs/ 直接登入帳號,瀏覽並編輯最愛看版 之後應該會再加功能ㄅ”。

扩展截图

screenshot
screenshot

下载Ptt X扩展crx文件

下载Ptt X扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        可以在 https://www.ptt.cc/bbs/ 直接登入帳號,瀏覽並編輯最愛看版

之後應該會再加功能ㄅ                    

扩展基本信息

名称 Ptt X Ptt X
ID jcinkpfmclffaehlhmpfbicnkgpanmjo
官方URL https://chromewebstore.google.com/detail/ptt-x/jcinkpfmclffaehlhmpfbicnkgpanmjo
简介 可以在 https://www.ptt.cc/bbs/ 直接登入帳號,瀏覽並編輯最愛看版 之後應該會再加功能ㄅ
文件大小 385 KB
安装次数 659
当前版本 1.0.0
更新时间 2019-03-05
上架时间 2019-03-05
评分 3.50/5 共2次评分
开发者 splitline
电子邮箱 [email protected]
付费类型 free
支持的语言 zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ptt X",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ptt.cc\/bbs\/index.html",
                "https:\/\/www.ptt.cc\/bbs\/hotboards.html"
            ],
            "js": [
                "dist\/index.js"
            ],
            "css": [
                "dist\/lib\/alertify.min.css",
                "dist\/lib\/default.min.css",
                "dist\/lib\/ReactContexify.min.css",
                "dist\/custom.css"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        }
    ]
}