PTT notifications

八卦版爆點雷達

Cos'è PTT notifications?

PTT notifications è un'estensione di Chrome sviluppata da travisliu.tw, e la sua funzione principale è "八卦版爆點雷達".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione PTT notifications

Scarica i file di estensione PTT notifications in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome PTT notifications PTT notifications
ID cklamipljalifgmhoglocigpbekaghmh
URL Ufficiale https://chrome.google.com/webstore/detail/cklamipljalifgmhoglocigpbekaghmh
Descrizione 八卦版爆點雷達
Dimensione del File 99.84 KB
Conteggio Installazioni 38
Versione Corrente 1.1
Ultimo Aggiornamento 2015-07-10
Data di Pubblicazione 2015-07-10
Valutazione 3.00/5 Totale 3 Valutazioni
Sviluppatore travisliu.tw
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}