Finger circle
Prank your friends with this extension!
Finger circleคืออะไร?
Finger circle เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Josep Lancharro Batlle และคุณลักษณะหลักของมันคือ "Prank your friends with this extension!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Finger circle
ดาวน์โหลดไฟล์ส่วนขยาย Finger circle ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Prank you friends with the finger circle prank! If you want to donate: paypal.me/JosepLancharroBatlle Update: Now working on http and https protocols!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hhelbdhfmmmkcmilneenhmmoikgdcmhf |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/finger-circle/hhelbdhfmmmkcmilneenhmmoikgdcmhf |
คำอธิบาย | Prank your friends with this extension! |
ขนาดไฟล์ | 4.56 MB |
จำนวนการติดตั้ง | 215 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2018-09-30 |
วันที่เผยแพร่ | 2018-09-30 |
คะแนน | 3.20/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Josep Lancharro Batlle |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Finger circle", "manifest_version": 2, "version": "1.0.1", "short_name": "Finger circle", "description": "Prank your friends with this extension!", "browser_action": { "default_icon": "\/images\/icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.min.js", "fingerprank.js" ] } ], "web_accessible_resources": [ "images\/*.jpg" ] } |