PTT 自動分級確認
根據「電腦網路內容分級處理辦法」第六條第三款規定,我已滿 18 歲,請不要浪費我的時間。
Cos'è PTT 自動分級確認?
PTT 自動分級確認 è un'estensione di Chrome sviluppata da https://vox.vg, e la sua funzione principale è "根據「電腦網路內容分級處理辦法」第六條第三款規定,我已滿 18 歲,請不要浪費我的時間。".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PTT 自動分級確認
Scarica i file di estensione PTT 自動分級確認 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
網頁版 PTT 自動確認已滿十八歲並進入文章。(未滿十八歲者請勿安裝!)
此附加元件將採用完全略過確認頁面的方式,改為直接載入文章頁面,不必等待確認頁面載入後模擬按鈕輸入來提升速度。 Informazioni di Base sull'Estensione
| Nome | |
| ID | ekegehhnkpbgocdjdlhnmjkkgdhgdheg |
| URL Ufficiale | https://chromewebstore.google.com/detail/ptt-%E8%87%AA%E5%8B%95%E5%88%86%E7%B4%9A%E7%A2%BA%E8%AA%8D/ekegehhnkpbgocdjdlhnmjkkgdhgdheg |
| Descrizione | 根據「電腦網路內容分級處理辦法」第六條第三款規定,我已滿 18 歲,請不要浪費我的時間。 |
| Dimensione del File | 20.21 KB |
| Conteggio Installazioni | 533 |
| Versione Corrente | 0.1 |
| Ultimo Aggiornamento | 2015-04-24 |
| Data di Pubblicazione | 2015-04-24 |
| Valutazione | 5.00/5 Totale 4 Valutazioni |
| Sviluppatore | https://vox.vg |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://vox.vg/apps/ptt-18plus/ |
| URL della Pagina di Aiuto | https://vox.vg/apps/ptt-18plus/ |
| Lingue Supportate | zh-TW |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "PTT \u81ea\u52d5\u5206\u7d1a\u78ba\u8a8d",
"author": "Zhi-Wei Cai",
"version": "0.1",
"manifest_version": 2,
"description": "\u6839\u64da\u300c\u96fb\u8166\u7db2\u8def\u5167\u5bb9\u5206\u7d1a\u8655\u7406\u8fa6\u6cd5\u300d\u7b2c\u516d\u689d\u7b2c\u4e09\u6b3e\u898f\u5b9a\uff0c\u6211\u5df2\u6eff 18 \u6b72\uff0c\u8acb\u4e0d\u8981\u6d6a\u8cbb\u6211\u7684\u6642\u9593\u3002",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"webRequest",
"cookies",
"http:\/\/ptt.cc\/",
"https:\/\/ptt.cc\/",
"http:\/\/*.ptt.cc\/",
"https:\/\/*.ptt.cc\/",
"webRequestBlocking"
]
} | |