Ptt Over18
自動驗證 Ptt 十八歲確認畫面
Cos'è Ptt Over18?
Ptt Over18 è un'estensione di Chrome sviluppata da Gea-Suan Lin, e la sua funzione principale è "自動驗證 Ptt 十八歲確認畫面".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Ptt Over18
Scarica i file di estensione Ptt Over18 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 十八歲確認畫面。 GitHub:https://github.com/gslin/ptt-over18
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | nbjljajdlncipflockgajmfpohoihkda |
URL Ufficiale | https://chrome.google.com/webstore/detail/ptt-over18/nbjljajdlncipflockgajmfpohoihkda |
Descrizione | 自動驗證 Ptt 十八歲確認畫面 |
Dimensione del File | 4.29 KB |
Conteggio Installazioni | 1,000 |
Versione Corrente | 0.3 |
Ultimo Aggiornamento | 2014-03-30 |
Data di Pubblicazione | 2014-03-30 |
Valutazione | 4.67/5 Totale 6 Valutazioni |
Sviluppatore | Gea-Suan Lin |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/gslin/ptt-over18 |
URL della Pagina della Politica sulla Privacy | https://wiki.gslin.org/wiki/Google_Web_Store/Privacy |
Lingue Supportate | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ptt Over18", "version": "0.3", "description": "\u81ea\u52d5\u9a57\u8b49 Ptt \u5341\u516b\u6b72\u78ba\u8a8d\u756b\u9762", "content_scripts": [ { "matches": [ "*:\/\/www.ptt.cc\/ask\/over18*" ], "js": [ "ptt-over18.js" ] } ], "permissions": [] } |