Ptt Over18

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

Ptt Over18とは何ですか?

Ptt Over18はGea-Suan Linによって開発されたChromeの拡張機能で、その主な機能は「自動驗證 Ptt 十八歲確認畫面」です。

拡張機能のスクリーンショット

screenshot

Ptt Over18拡張機能のCRXファイルをダウンロード

Ptt Over18拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

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

拡張機能の基本情報

名前 Ptt Over18 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
Eメール [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": []
}