Ptt Over18
自動驗證 Ptt 十八歲確認畫面
什麼是Ptt Over18?
Ptt Over18是由Gea-Suan Lin開發的Chrome擴展程式,該擴展的主要功能是“自動驗證 Ptt 十八歲確認畫面”。
擴展截圖
下載Ptt Over18擴展crx文件
下載Ptt Over18擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
自動驗證 Ptt 十八歲確認畫面。 GitHub:https://github.com/gslin/ptt-over18
擴展基本資訊
名稱 | ![]() |
ID | nbjljajdlncipflockgajmfpohoihkda |
官方網址 | https://chrome.google.com/webstore/detail/ptt-over18/nbjljajdlncipflockgajmfpohoihkda |
簡介 | 自動驗證 Ptt 十八歲確認畫面 |
檔案大小 | 4.29 KB |
安裝次數 | 1,000 |
目前版本 | 0.3 |
更新時間 | 2014-03-30 |
上架時間 | 2014-03-30 |
評分 | 4.67/5 共 6 次評分 |
開發者 | Gea-Suan Lin |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/gslin/ptt-over18 |
隱私政策頁面URL | https://wiki.gslin.org/wiki/Google_Web_Store/Privacy |
支援的語言 | 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": [] } |