PTT notifications

八卦版爆點雷達

Qu'est-ce que PTT notifications ?

PTT notifications est une extension Chrome développée par travisliu.tw, et sa fonction principale est "八卦版爆點雷達".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension PTT notifications

Téléchargez les fichiers d'extension PTT notifications au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom PTT notifications PTT notifications
ID cklamipljalifgmhoglocigpbekaghmh
URL Officiel https://chrome.google.com/webstore/detail/cklamipljalifgmhoglocigpbekaghmh
Description 八卦版爆點雷達
Taille du Fichier 99.84 KB
Nombre d'Installations 38
Version Actuelle 1.1
Dernière Mise à Jour 2015-07-10
Date de Publication 2015-07-10
Évaluation 3.00/5 Total 3 Évaluations
Développeur travisliu.tw
Type de Paiement free
Langues Prises en Charge 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"
    ]
}