9gag AutoPlay

You can just sit back and eat chips

Cos'è 9gag AutoPlay?

9gag AutoPlay è un'estensione di Chrome sviluppata da krystof1000, e la sua funzione principale è "You can just sit back and eat chips".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione 9gag AutoPlay

Scarica i file di estensione 9gag AutoPlay in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome 9gag AutoPlay 9gag AutoPlay
ID hokhmphaijobhgjgjgcdoglgoaehaooh
URL Ufficiale https://chrome.google.com/webstore/detail/9gag-autoplay/hokhmphaijobhgjgjgcdoglgoaehaooh
Descrizione You can just sit back and eat chips
Dimensione del File 39.69 KB
Conteggio Installazioni 17
Versione Corrente 1.3
Ultimo Aggiornamento 2013-08-01
Data di Pubblicazione 2013-08-01
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore krystof1000
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}