Social Screensaver
Turn your Chrome tab into a screensaver that displays dynamic social content!
Cos'è Social Screensaver?
Social Screensaver è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Turn your Chrome tab into a screensaver that displays dynamic social content!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Social Screensaver
Scarica i file di estensione Social Screensaver 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
                        Turn a newly opened Chrome tab into a Social Screensaver before walking away from your laptop or desktop!
By simply opening a new tab in Chrome, and entering an Instagram hashtag, you can generate real-time and fresh content that can be displayed as a fullscreen screensaver. You'll never want to give it up!                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | kjbmjklmdnabhhmipajfpmmchjpmddfp | 
| URL Ufficiale | https://chromewebstore.google.com/detail/social-screensaver/kjbmjklmdnabhhmipajfpmmchjpmddfp | 
| Descrizione | Turn your Chrome tab into a screensaver that displays dynamic social content! | 
| Dimensione del File | 65.79 KB | 
| Conteggio Installazioni | 50 | 
| Versione Corrente | 0.0.4 | 
| Ultimo Aggiornamento | 2015-10-01 | 
| Data di Pubblicazione | 2015-10-01 | 
| Sviluppatore | Unknown | 
| Tipo di Pagamento | free | 
| Lingue Supportate | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Social Screensaver",
    "description": "Turn your Chrome tab into a screensaver that displays dynamic social content!",
    "icons": {
        "128": "images\/ss.png"
    },
    "version": "0.0.4",
    "permissions": [
        "*:\/\/api.instagram.com\/*",
        "*\/\/ajax.googleapis.com\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "\/src\/newtab.html"
    },
    "background": {
        "scripts": [
            "\/src\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/google.com\/*"
            ],
            "js": [
                "\/lib\/zepto.min.js",
                "\/src\/content.js",
                "\/lib\/jquery.min.js"
            ],
            "all_frames": true
        }
    ]
}  |  |