WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
iPTT - PTT 文章閱讀小幫手

iPTT - PTT 文章閱讀小幫手

View on Chrome Web Store
View iPTT - PTT 文章閱讀小幫手 Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 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.

iPTT - 智能分析 PTT 文章內容的專業工具
Type
Extension
Users
18 users
1
Chang Yuan-Yi
View author page of Chang Yuan-Yi
Published
Published on July 17, 2025
Version 2507.127.11716
Manifest version
3
Updated
Updated on July 27, 2025
make_chrome_yours/functionality
Extension Category
View on Chrome Web Store
View iPTT - PTT 文章閱讀小幫手 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": 3,
    "name": "iPTT - PTT \u6587\u7ae0\u95b1\u8b80\u5c0f\u5e6b\u624b",
    "version": "2507.127.11716",
    "description": "iPTT - \u667a\u80fd\u5206\u6790 PTT \u6587\u7ae0\u5167\u5bb9\u7684\u5c08\u696d\u5de5\u5177",
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/www.iptt.cc\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.ptt.cc\/bbs\/",
                "*:\/\/www.ptt.cc\/bbs\/index.html",
                "*:\/\/www.ptt.cc\/bbs\/hotboards.html",
                "*:\/\/www.ptt.cc\/bbs\/*\/*",
                "*:\/\/www.iptt.cc\/bbs\/*",
                "*:\/\/www.iptt.cc\/bbs\/*\/*\/"
            ],
            "js": [
                "iPTT-content.js"
            ],
            "css": [
                "iPTT-styles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "iPTT \u8a2d\u5b9a",
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png",
            "48": "icons\/icon-48.png",
            "128": "icons\/icon-128.png"
        }
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    }
}
© 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