Drakeify
Want to be friends with Drake?
Drakeifyคืออะไร?
Drakeify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://nolandchaliha.com และคุณลักษณะหลักของมันคือ "Want to be friends with Drake?"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Drakeify
ดาวน์โหลดไฟล์ส่วนขยาย Drakeify ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Replaces every one of your friends with Drake.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jghnnbdihbclmobpcnplnmaiicdhpogl |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/drakeify/jghnnbdihbclmobpcnplnmaiicdhpogl |
คำอธิบาย | Want to be friends with Drake? |
ขนาดไฟล์ | 181 KB |
จำนวนการติดตั้ง | 28 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2015-02-02 |
วันที่เผยแพร่ | 2015-02-02 |
คะแนน | 2.09/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | http://nolandchaliha.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Drakeify", "description": "Want to be friends with Drake?", "version": "0.1", "author": "Noland Bo Chaliha", "short_name": "Drakeify", "manifest_version": 2, "icons": { "16": "resources\/drake16.png", "48": "resources\/drake48.png", "128": "resources\/drake128.png" }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "js": [ "js\/jquery.js", "content.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "resources\/*" ] } |