年齢確認ヘルパー

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

年齢確認ヘルパー란 무엇입니까?

年齢確認ヘルパー은(는) SAGAN에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically and silently confirm the age of majority prompt in some Japanese adult content sites like Getchu, DMM, DLSite and etc."입니다.

확장 프로그램 스크린샷

screenshot

年齢確認ヘルパー 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        アダルトサイトの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
    }
}