WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
PTT Web Enhanced

PTT Web Enhanced

View on Chrome Web Store
View PTT Web Enhanced Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

幫 PTT web 版增加各種方便的功能,例如推文顯示樓層、高亮標示點選 ID 的所有推文、標示文章作者的推文等等。
Type
Extension
Users
1,000 users
Danny Lin
View author page of Danny Lin
Published
Published on January 19, 2022
Version 1.9.1
Manifest version
2
Updated
Updated on September 14, 2022
lifestyle/social
Extension Category
View on Chrome Web Store
View PTT Web Enhanced Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PTT Web Enhanced",
    "version": "1.9.1",
    "description": "\u5e6b PTT web \u7248\u589e\u52a0\u5404\u7a2e\u65b9\u4fbf\u7684\u529f\u80fd\uff0c\u4f8b\u5982\u63a8\u6587\u986f\u793a\u6a13\u5c64\u3001\u9ad8\u4eae\u6a19\u793a\u9ede\u9078 ID \u7684\u6240\u6709\u63a8\u6587\u3001\u6a19\u793a\u6587\u7ae0\u4f5c\u8005\u7684\u63a8\u6587\u7b49\u7b49\u3002",
    "browser_specific_settings": {
        "gecko": {
            "id": "{27376da4-366d-4549-878e-5934e0114107}",
            "strict_min_version": "63.0"
        }
    },
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "downloads",
        "storage"
    ],
    "background": {
        "scripts": [
            "lib\/browser-polyfill.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ptt.cc\/bbs\/*\/index*.html",
                "https:\/\/www.ptt.cc\/bbs\/*\/index*.html?*",
                "https:\/\/www.ptt.cc\/bbs\/*\/search?*"
            ],
            "js": [
                "lib\/browser-polyfill.js",
                "utils\/settings.js",
                "utils\/helpers.js",
                "board.js"
            ],
            "css": [
                "shared.css",
                "board.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.ptt.cc\/bbs\/*\/M.*.html",
                "https:\/\/www.ptt.cc\/bbs\/*\/M.*.html?*"
            ],
            "js": [
                "lib\/browser-polyfill.js",
                "utils\/settings.js",
                "utils\/helpers.js",
                "article.js"
            ],
            "css": [
                "shared.css",
                "article.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.ptt.cc\/ask\/over18",
                "https:\/\/www.ptt.cc\/ask\/over18?*"
            ],
            "js": [
                "lib\/browser-polyfill.js",
                "utils\/settings.js",
                "utils\/helpers.js",
                "r18.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "icon-16.png",
            "32": "icon-32.png"
        },
        "default_title": "PTT Web Enhanced",
        "default_popup": "options.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top