Ptt Over18

自動驗證 Ptt 十八歲確認畫面

What is Ptt Over18?

Ptt Over18 is a Chrome extension developed by Gea-Suan Lin, and its main feature is "自動驗證 Ptt 十八歲確認畫面".

Extension Screenshots

screenshot

Download Ptt Over18 Extension CRX File

Download Ptt Over18 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        自動驗證 Ptt 十八歲確認畫面。

GitHub:https://github.com/gslin/ptt-over18                    

Extension Basic Information

Name Ptt Over18 Ptt Over18
ID nbjljajdlncipflockgajmfpohoihkda
Official URL https://chrome.google.com/webstore/detail/ptt-over18/nbjljajdlncipflockgajmfpohoihkda
Description 自動驗證 Ptt 十八歲確認畫面
File Size 4.29 KB
Installation Count 1,000
Current Version 0.3
Last Updated 2014-03-30
Publish Date 2014-03-30
Rating 4.67/5 Total 6 Ratings
Developer Gea-Suan Lin
Email [email protected]
Payment Type free
Extension Website https://github.com/gslin/ptt-over18
Privacy Policy Page URL https://wiki.gslin.org/wiki/Google_Web_Store/Privacy
Supported Languages 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": []
}