All Cat Everything!
Throw some cats on that bitch.
All Cat Everything!คืออะไร?
All Cat Everything! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bruce.conner.ii และคุณลักษณะหลักของมันคือ "Throw some cats on that bitch."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย All Cat Everything!
ดาวน์โหลดไฟล์ส่วนขยาย All Cat Everything! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Throw some cats on that bitch!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | adbbggcbmgniipcimchdmgpgbpgeljki |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/all-cat-everything/adbbggcbmgniipcimchdmgpgbpgeljki |
คำอธิบาย | Throw some cats on that bitch. |
ขนาดไฟล์ | 106 KB |
จำนวนการติดตั้ง | 53 |
เวอร์ชันปัจจุบัน | 1.0.4 |
อัปเดตครั้งล่าสุด | 2015-07-28 |
วันที่เผยแพร่ | 2015-07-28 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | bruce.conner.ii |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "All Cat Everything!", "description": "Throw some cats on that bitch.", "version": "1.0.4", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "tabs", "http:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.min.js", "popup.js", "content.js" ] } ] } |