Reddit.com Auto-accept Age Gate

Automatically answer Reddit.com's age gate form.

Reddit.com Auto-accept Age Gateとは何ですか?

Reddit.com Auto-accept Age Gateはjeffandersenによって開発されたChromeの拡張機能で、その主な機能は「Automatically answer Reddit.com's age gate form.」です。

Reddit.com Auto-accept Age Gate拡張機能のCRXファイルをダウンロード

Reddit.com Auto-accept Age Gate拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Reddit.com Auto-accept Age Gate Reddit.com Auto-accept Age Gate
ID idobfeendmgcdpjmpcmejchhnjedmlbp
公式URL https://chrome.google.com/webstore/detail/redditcom-auto-accept-age/idobfeendmgcdpjmpcmejchhnjedmlbp
説明 Automatically answer Reddit.com's age gate form.
ファイルサイズ 63.01 KB
インストール数 19
現在のバージョン 0.1
最終更新日 2013-12-31
公開日 2013-12-31
開発者 jeffandersen
支払い方法 free
対応言語 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
}