Social Screensaver

Turn your Chrome tab into a screensaver that displays dynamic social content!

What is Social Screensaver?

Social Screensaver is a Chrome extension developed by Unknown, and its main feature is "Turn your Chrome tab into a screensaver that displays dynamic social content!".

Extension Screenshots

screenshot

Download Social Screensaver Extension CRX File

Download Social Screensaver 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

                        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!                    

Extension Basic Information

Name Social Screensaver Social Screensaver
ID kjbmjklmdnabhhmipajfpmmchjpmddfp
Official URL https://chromewebstore.google.com/detail/social-screensaver/kjbmjklmdnabhhmipajfpmmchjpmddfp
Description Turn your Chrome tab into a screensaver that displays dynamic social content!
File Size 65.79 KB
Installation Count 50
Current Version 0.0.4
Last Updated 2015-10-01
Publish Date 2015-10-01
Developer Unknown
Payment Type free
Supported Languages 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
        }
    ]
}