9gag AutoPlay

You can just sit back and eat chips

What is 9gag AutoPlay?

9gag AutoPlay is a Chrome extension developed by krystof1000, and its main feature is "You can just sit back and eat chips".

Extension Screenshots

screenshot

Download 9gag AutoPlay Extension CRX File

Download 9gag AutoPlay 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

                        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..                    

Extension Basic Information

Name 9gag AutoPlay 9gag AutoPlay
ID hokhmphaijobhgjgjgcdoglgoaehaooh
Official URL https://chrome.google.com/webstore/detail/9gag-autoplay/hokhmphaijobhgjgjgcdoglgoaehaooh
Description You can just sit back and eat chips
File Size 39.69 KB
Installation Count 17
Current Version 1.3
Last Updated 2013-08-01
Publish Date 2013-08-01
Rating 5.00/5 Total 1 Ratings
Developer krystof1000
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}