sneak-peak
View facebook pics of any user.
sneak-peakคืออะไร?
sneak-peak เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Anurag และคุณลักษณะหลักของมันคือ "View facebook pics of any user."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย sneak-peak
ดาวน์โหลดไฟล์ส่วนขยาย 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
}
} | |