Every Bee
Replaces every bee on a webpage with the entire Bee Movie script
Every Beeคืออะไร?
Every Bee เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mgustin และคุณลักษณะหลักของมันคือ "Replaces every bee on a webpage with the entire Bee Movie script"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Every Bee
ดาวน์โหลดไฟล์ส่วนขยาย Every Bee ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Will replace every 'bee' on a webpage with the entire Bee Movie script. Because internet.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dgcikeidmkelecddmhgeicofebbbpodk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/every-bee/dgcikeidmkelecddmhgeicofebbbpodk |
คำอธิบาย | Replaces every bee on a webpage with the entire Bee Movie script |
ขนาดไฟล์ | 43.23 KB |
จำนวนการติดตั้ง | 107 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2016-12-01 |
วันที่เผยแพร่ | 2016-12-01 |
คะแนน | 3.82/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | mgustin |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Every Bee", "version": "1.1", "description": "Replaces every bee on a webpage with the entire Bee Movie script", "icons": { "16": "bee16.png", "32": "bee32.png", "48": "bee48.png", "128": "bee128.png" }, "author": "Matt Gustin", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_end" } ] } |