Replace Favicon
Confuse your friends by replacing the fav icon
Replace Faviconคืออะไร?
Replace Favicon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย charlie.mack669 และคุณลักษณะหลักของมันคือ "Confuse your friends by replacing the fav icon"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Replace Favicon
ดาวน์โหลดไฟล์ส่วนขยาย Replace Favicon ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Randomize the page fav icon and ROTFL as you confuse your friends
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | akaelkiagnbfcccfnmbimdbplecgbikh |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/replace-favicon/akaelkiagnbfcccfnmbimdbplecgbikh |
คำอธิบาย | Confuse your friends by replacing the fav icon |
ขนาดไฟล์ | 13.64 KB |
จำนวนการติดตั้ง | 100,000 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2015-03-19 |
วันที่เผยแพร่ | 2015-03-19 |
คะแนน | 1.71/5 รวมทั้งหมด 55 คะแนน |
ผู้พัฒนา | charlie.mack669 |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "description": "Confuse your friends by replacing the fav icon", "version": "0.1", "name": "Replace Favicon", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/fav.js" ] } ] } |