年齢確認ヘルパー
Automatically and silently confirm the age of majority prompt in some Japanese adult content sites like Getchu, DMM, DLSite and etc.
年齢確認ヘルパー क्या है?
年齢確認ヘルパー SAGAN द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically and silently confirm the age of majority prompt in some Japanese adult content sites like Getchu, DMM, DLSite and etc."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन 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 } } |