Socialcast high five!

Socialcast high five!

什麼是Socialcast high five!?

Socialcast high five!是由https://olsenius.com開發的Chrome擴展程式,該擴展的主要功能是“Socialcast high five!”。

擴展截圖

screenshot

下載Socialcast high five!擴展crx文件

下載Socialcast high five!擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Replace like with high five at socialcast.com                    

擴展基本資訊

名稱 Socialcast high five! Socialcast high five!
ID gckagdcjipinndgaipddacbecjfjiedc
官方網址 https://chromewebstore.google.com/detail/socialcast-high-five/gckagdcjipinndgaipddacbecjfjiedc
簡介 Socialcast high five!
檔案大小 36.79 KB
安裝次數 17
目前版本 0.0.0.7
更新時間 2014-05-11
上架時間 2014-05-11
評分 5.00/5 共 4 次評分
開發者 https://olsenius.com
付費類型 free
擴展官網 https://github.com/Olsenius/SocialcastHighFive
支援的語言 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"
    ]
}