PTT notifications

八卦版爆點雷達

What is PTT notifications?

PTT notifications is a Chrome extension developed by travisliu.tw, and its main feature is "八卦版爆點雷達".

Extension Screenshots

screenshot
screenshot

Download PTT notifications Extension CRX File

Download PTT notifications 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

                        想掌握鄉民的最新動態
卻又沒時間一一爬文
爆點雷達直接推送即時的爆點給你
快速閱覽鄉民推爆的好文!                    

Extension Basic Information

Name PTT notifications PTT notifications
ID cklamipljalifgmhoglocigpbekaghmh
Official URL https://chrome.google.com/webstore/detail/cklamipljalifgmhoglocigpbekaghmh
Description 八卦版爆點雷達
File Size 99.84 KB
Installation Count 38
Current Version 1.1
Last Updated 2015-07-10
Publish Date 2015-07-10
Rating 3.00/5 Total 3 Ratings
Developer travisliu.tw
Payment Type free
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PTT notifications",
    "description": "\u516b\u5366\u7248\u7206\u9ede\u96f7\u9054",
    "version": "1.1",
    "minimum_chrome_version": "29",
    "browser_action": {
        "default_icon": "icon64.png",
        "default_title": "Tooltip title",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "https:\/\/ptt.cc\/",
        "https:\/\/www.google-analytics.com\/",
        "background",
        "storage"
    ]
}