Reddit.com Auto-accept Age Gate
Automatically answer Reddit.com's age gate form.
What is Reddit.com Auto-accept Age Gate?
Reddit.com Auto-accept Age Gate is a Chrome extension developed by jeffandersen, and its main feature is "Automatically answer Reddit.com's age gate form.".
Download Reddit.com Auto-accept Age Gate Extension CRX File
Download Reddit.com Auto-accept Age Gate 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
Extension Basic Information
Name | ![]() |
ID | idobfeendmgcdpjmpcmejchhnjedmlbp |
Official URL | https://chrome.google.com/webstore/detail/redditcom-auto-accept-age/idobfeendmgcdpjmpcmejchhnjedmlbp |
Description | Automatically answer Reddit.com's age gate form. |
File Size | 63.01 KB |
Installation Count | 19 |
Current Version | 0.1 |
Last Updated | 2013-12-31 |
Publish Date | 2013-12-31 |
Developer | jeffandersen |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reddit.com Auto-accept Age Gate", "description": "Automatically answer Reddit.com's age gate form.", "version": "0.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.reddit.com\/over18*" ], "js": [ "jquery-1.10.2.min.js", "accept.js" ] } ], "manifest_version": 2 } |