PTT 自動分級確認

根據「電腦網路內容分級處理辦法」第六條第三款規定,我已滿 18 歲,請不要浪費我的時間。

What is PTT 自動分級確認?

PTT 自動分級確認 is a Chrome extension developed by https://vox.vg, and its main feature is "根據「電腦網路內容分級處理辦法」第六條第三款規定,我已滿 18 歲,請不要浪費我的時間。".

Extension Screenshots

screenshot

Download PTT 自動分級確認 Extension CRX File

Download PTT 自動分級確認 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 自動確認已滿十八歲並進入文章。(未滿十八歲者請勿安裝!)

此附加元件將採用完全略過確認頁面的方式,改為直接載入文章頁面,不必等待確認頁面載入後模擬按鈕輸入來提升速度。                    

Extension Basic Information

Name PTT 自動分級確認 PTT 自動分級確認
ID ekegehhnkpbgocdjdlhnmjkkgdhgdheg
Official URL https://chromewebstore.google.com/detail/ptt-%E8%87%AA%E5%8B%95%E5%88%86%E7%B4%9A%E7%A2%BA%E8%AA%8D/ekegehhnkpbgocdjdlhnmjkkgdhgdheg
Description 根據「電腦網路內容分級處理辦法」第六條第三款規定,我已滿 18 歲,請不要浪費我的時間。
File Size 20.21 KB
Installation Count 533
Current Version 0.1
Last Updated 2015-04-24
Publish Date 2015-04-24
Rating 5.00/5 Total 4 Ratings
Developer https://vox.vg
Payment Type free
Extension Website https://vox.vg/apps/ptt-18plus/
Help Page URL https://vox.vg/apps/ptt-18plus/
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PTT \u81ea\u52d5\u5206\u7d1a\u78ba\u8a8d",
    "author": "Zhi-Wei Cai",
    "version": "0.1",
    "manifest_version": 2,
    "description": "\u6839\u64da\u300c\u96fb\u8166\u7db2\u8def\u5167\u5bb9\u5206\u7d1a\u8655\u7406\u8fa6\u6cd5\u300d\u7b2c\u516d\u689d\u7b2c\u4e09\u6b3e\u898f\u5b9a\uff0c\u6211\u5df2\u6eff 18 \u6b72\uff0c\u8acb\u4e0d\u8981\u6d6a\u8cbb\u6211\u7684\u6642\u9593\u3002",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "cookies",
        "http:\/\/ptt.cc\/",
        "https:\/\/ptt.cc\/",
        "http:\/\/*.ptt.cc\/",
        "https:\/\/*.ptt.cc\/",
        "webRequestBlocking"
    ]
}