PTT notifications

八卦版爆點雷達

Wat is PTT notifications?

PTT notifications is een Chrome-extensie ontwikkeld door travisliu.tw, en de belangrijkste functie is "八卦版爆點雷達".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie PTT notifications

Download PTT notifications-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam PTT notifications PTT notifications
ID cklamipljalifgmhoglocigpbekaghmh
Officiële URL https://chrome.google.com/webstore/detail/cklamipljalifgmhoglocigpbekaghmh
Beschrijving 八卦版爆點雷達
Bestandsgrootte 99.84 KB
Aantal Installaties 38
Huidige Versie 1.1
Laatst Bijgewerkt 2015-07-10
Publicatiedatum 2015-07-10
Beoordeling 3.00/5 Totaal 3 Beoordelingen
Ontwikkelaar travisliu.tw
Betalingswijze free
Ondersteunde Talen 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"
    ]
}