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 |
| 官方網址 | 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
}
} | |