sneak-peak
View facebook pics of any user.
什么是sneak-peak?
sneak-peak是由Anurag开发的Chrome扩展程序,该扩展的主要功能是“View facebook pics of any user.”。
扩展截图
下载sneak-peak扩展crx文件
下载sneak-peak扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
View (hidden) facebook pictures of any user. They don't really need to be your friends. 扩展基本信息
| 名称 | |
| ID | cpimjbpbkpggeiicmehlcnmdoecmfane |
| 官方URL | https://chromewebstore.google.com/detail/sneak-peak/cpimjbpbkpggeiicmehlcnmdoecmfane |
| 简介 | View facebook pics of any user. |
| 文件大小 | 177 KB |
| 安装次数 | 3,179 |
| 当前版本 | 0.2.0 |
| 更新时间 | 2015-03-17 |
| 上架时间 | 2015-03-17 |
| 评分 | 2.97/5 共35次评分 |
| 开发者 | Anurag |
| 付费类型 | free |
| 扩展官网 | http://www.anuragkr.in/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "sneak-peak",
"version": "0.2.0",
"description": "View facebook pics of any user.",
"icons": {
"16": "icons\/sneak16.png",
"48": "icons\/sneak48.png",
"128": "icons\/sneak128.png"
},
"default_locale": "en",
"browser_action": {
"default_icon": "icons\/sneak1281.png",
"default_title": "sneak-peak",
"default_popup": "main.html"
},
"permissions": [
"tabs"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
}
} | |