Socialcast high five!
Socialcast high five!
什么是Socialcast high five!?
Socialcast high five!是由https://olsenius.com开发的Chrome扩展程序,该扩展的主要功能是“Socialcast high five!”。
扩展截图
下载Socialcast high five!扩展crx文件
下载Socialcast high five!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Replace like with high five at socialcast.com
扩展基本信息
名称 | Socialcast high five! |
ID | gckagdcjipinndgaipddacbecjfjiedc |
官方URL | 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" ] } |