年齢確認ヘルパー

Automatically and silently confirm the age of majority prompt in some Japanese adult content sites like Getchu, DMM, DLSite and etc.

年齢確認ヘルパーคืออะไร?

年齢確認ヘルパー เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SAGAN และคุณลักษณะหลักของมันคือ "Automatically and silently confirm the age of majority prompt in some Japanese adult content sites like Getchu, DMM, DLSite and etc."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 年齢確認ヘルパー

ดาวน์โหลดไฟล์ส่วนขยาย 年齢確認ヘルパー ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        アダルトサイトの18禁認証回避

This extension silently set some http cookies in the background when the user visit some websites that contains adult / porn / mature contents so the user does not need to click the annoying "I'm older than 18 years" button manually every time.

当拡張機能ではUIがございません。                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 年齢確認ヘルパー 年齢確認ヘルパー
ID coedfpfbkbhbbakcbkmipnckgdndaeai
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/%E5%B9%B4%E9%BD%A2%E7%A2%BA%E8%AA%8D%E3%83%98%E3%83%AB%E3%83%91%E3%83%BC/coedfpfbkbhbbakcbkmipnckgdndaeai
คำอธิบาย Automatically and silently confirm the age of majority prompt in some Japanese adult content sites like Getchu, DMM, DLSite and etc.
ขนาดไฟล์ 9.56 KB
จำนวนการติดตั้ง 110
เวอร์ชันปัจจุบัน 1.0.6
อัปเดตครั้งล่าสุด 2021-04-20
วันที่เผยแพร่ 2017-11-02
ผู้พัฒนา SAGAN
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/sagan/chrome-extension-18x-helper
ภาษาที่รองรับ ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u5e74\u9f62\u78ba\u8a8d\u30d8\u30eb\u30d1\u30fc",
    "description": "Automatically and silently confirm the age of majority prompt in some Japanese adult content sites like Getchu, DMM, DLSite and etc.",
    "version": "1.0.6",
    "author": "Jacques De SAGAN",
    "manifest_version": 2,
    "permissions": [
        "cookies",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.amazon.co.jp\/*"
            ],
            "js": [
                "content-amazon.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}