Socialcast high five!

Socialcast high five!

What is Socialcast high five!?

Socialcast high five! is a Chrome extension developed by https://olsenius.com, and its main feature is "Socialcast high five!".

Extension Screenshots

screenshot

Download Socialcast high five! Extension CRX File

Download Socialcast high five! 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

                        Replace like with high five at socialcast.com                    

Extension Basic Information

Name Socialcast high five! Socialcast high five!
ID gckagdcjipinndgaipddacbecjfjiedc
Official URL https://chromewebstore.google.com/detail/socialcast-high-five/gckagdcjipinndgaipddacbecjfjiedc
Description Socialcast high five!
File Size 36.79 KB
Installation Count 17
Current Version 0.0.0.7
Last Updated 2014-05-11
Publish Date 2014-05-11
Rating 5.00/5 Total 4 Ratings
Developer https://olsenius.com
Payment Type free
Extension Website https://github.com/Olsenius/SocialcastHighFive
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Socialcast high five!",
    "version": "0.0.0.7",
    "manifest_version": 2,
    "description": "Socialcast high five!",
    "permissions": [
        "https:\/\/*.socialcast.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.socialcast.com\/*"
            ],
            "js": [
                "jquery-1.7.2.min.js",
                "highFive.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "replace.js"
    ]
}