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 |
官方URL | 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": [] } |