9gag AutoPlay

You can just sit back and eat chips

Wat is 9gag AutoPlay?

9gag AutoPlay is een Chrome-extensie ontwikkeld door krystof1000, en de belangrijkste functie is "You can just sit back and eat chips".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie 9gag AutoPlay

Download 9gag AutoPlay-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam 9gag AutoPlay 9gag AutoPlay
ID hokhmphaijobhgjgjgcdoglgoaehaooh
Officiële URL https://chrome.google.com/webstore/detail/9gag-autoplay/hokhmphaijobhgjgjgcdoglgoaehaooh
Beschrijving You can just sit back and eat chips
Bestandsgrootte 39.69 KB
Aantal Installaties 17
Huidige Versie 1.3
Laatst Bijgewerkt 2013-08-01
Publicatiedatum 2013-08-01
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar krystof1000
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}