Ptt X
可以在 https://www.ptt.cc/bbs/ 直接登入帳號,瀏覽並編輯最愛看版 之後應該會再加功能ㄅ
Wat is Ptt X?
Ptt X is een Chrome-extensie ontwikkeld door splitline, en de belangrijkste functie is "可以在 https://www.ptt.cc/bbs/ 直接登入帳號,瀏覽並編輯最愛看版 之後應該會再加功能ㄅ".
Extensie Screenshots
Download het CRX-bestand van de extensie Ptt X
Download Ptt X-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
可以在 https://www.ptt.cc/bbs/ 直接登入帳號,瀏覽並編輯最愛看版
之後應該會再加功能ㄅ Basisinformatie over de Extensie
| Naam | |
| ID | jcinkpfmclffaehlhmpfbicnkgpanmjo |
| Officiële URL | https://chromewebstore.google.com/detail/ptt-x/jcinkpfmclffaehlhmpfbicnkgpanmjo |
| Beschrijving | 可以在 https://www.ptt.cc/bbs/ 直接登入帳號,瀏覽並編輯最愛看版 之後應該會再加功能ㄅ |
| Bestandsgrootte | 385 KB |
| Aantal Installaties | 659 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2019-03-05 |
| Publicatiedatum | 2019-03-05 |
| Beoordeling | 3.50/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | splitline |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
]
} | |