9gag AutoPlay

You can just sit back and eat chips

9gag AutoPlayとは何ですか?

9gag AutoPlayはkrystof1000によって開発されたChromeの拡張機能で、その主な機能は「You can just sit back and eat chips」です。

拡張機能のスクリーンショット

screenshot

9gag AutoPlay拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        You can just sit back and eat chips.

For best experience:
1. Open a new tab and enter address chrome://flags/
2. Find Smooth Scrolling flag.
3. Click Enable
4. Restart Chrome browser..                    

拡張機能の基本情報

名前 9gag AutoPlay 9gag AutoPlay
ID hokhmphaijobhgjgjgcdoglgoaehaooh
公式URL https://chrome.google.com/webstore/detail/9gag-autoplay/hokhmphaijobhgjgjgcdoglgoaehaooh
説明 You can just sit back and eat chips
ファイルサイズ 39.69 KB
インストール数 17
現在のバージョン 1.3
最終更新日 2013-08-01
公開日 2013-08-01
評価 5.00/5 合計 1 レビュー
開発者 krystof1000
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "9gag AutoPlay",
    "description": "You can just sit back and eat chips",
    "version": "1.3",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/9gag.com\/*"
            ],
            "js": [
                "jquery.js",
                "myscript.js"
            ]
        }
    ]
}