Ptt X
可以在 https://www.ptt.cc/bbs/ 直接登入帳號,瀏覽並編輯最愛看版 之後應該會再加功能ㄅ
What is Ptt X?
Ptt X is a Chrome extension developed by splitline, and its main feature is "可以在 https://www.ptt.cc/bbs/ 直接登入帳號,瀏覽並編輯最愛看版 之後應該會再加功能ㄅ".
Extension Screenshots
Download Ptt X Extension CRX File
Download Ptt X extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
可以在 https://www.ptt.cc/bbs/ 直接登入帳號,瀏覽並編輯最愛看版 之後應該會再加功能ㄅ
Extension Basic Information
Name | Ptt X |
ID | jcinkpfmclffaehlhmpfbicnkgpanmjo |
Official URL | https://chromewebstore.google.com/detail/ptt-x/jcinkpfmclffaehlhmpfbicnkgpanmjo |
Description | 可以在 https://www.ptt.cc/bbs/ 直接登入帳號,瀏覽並編輯最愛看版 之後應該會再加功能ㄅ |
File Size | 385 KB |
Installation Count | 659 |
Current Version | 1.0.0 |
Last Updated | 2019-03-05 |
Publish Date | 2019-03-05 |
Rating | 3.50/5 Total 2 Ratings |
Developer | splitline |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } ] } |