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"
            ]
        }
    ]
}