Ptt X

可以在 https://www.ptt.cc/bbs/ 直接登入帳號,瀏覽並編輯最愛看版 之後應該會再加功能ㄅ

Cos'è Ptt X?

Ptt X è un'estensione di Chrome sviluppata da splitline, e la sua funzione principale è "可以在 https://www.ptt.cc/bbs/ 直接登入帳號,瀏覽並編輯最愛看版 之後應該會再加功能ㄅ".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Ptt X

Scarica i file di estensione Ptt X 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

                        可以在 https://www.ptt.cc/bbs/ 直接登入帳號,瀏覽並編輯最愛看版

之後應該會再加功能ㄅ                    

Informazioni di Base sull'Estensione

Nome Ptt X Ptt X
ID jcinkpfmclffaehlhmpfbicnkgpanmjo
URL Ufficiale https://chromewebstore.google.com/detail/ptt-x/jcinkpfmclffaehlhmpfbicnkgpanmjo
Descrizione 可以在 https://www.ptt.cc/bbs/ 直接登入帳號,瀏覽並編輯最愛看版 之後應該會再加功能ㄅ
Dimensione del File 385 KB
Conteggio Installazioni 659
Versione Corrente 1.0.0
Ultimo Aggiornamento 2019-03-05
Data di Pubblicazione 2019-03-05
Valutazione 3.50/5 Totale 2 Valutazioni
Sviluppatore splitline
Email [email protected]
Tipo di Pagamento free
Lingue Supportate zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ptt X",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ptt.cc\/bbs\/index.html",
                "https:\/\/www.ptt.cc\/bbs\/hotboards.html"
            ],
            "js": [
                "dist\/index.js"
            ],
            "css": [
                "dist\/lib\/alertify.min.css",
                "dist\/lib\/default.min.css",
                "dist\/lib\/ReactContexify.min.css",
                "dist\/custom.css"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        }
    ]
}