Auto-Filler
This extension will auto-fill the inputs for uploading video files
Auto-Fillerคืออะไร?
Auto-Filler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rafikis75 และคุณลักษณะหลักของมันคือ "This extension will auto-fill the inputs for uploading video files"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto-Filler
ดาวน์โหลดไฟล์ส่วนขยาย Auto-Filler ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Auto fill video fields for uploading to Torah AnyTime
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | gfddochbjhodmbibhfhmnikgecggoljn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/auto-filler/gfddochbjhodmbibhfhmnikgecggoljn |
คำอธิบาย | This extension will auto-fill the inputs for uploading video files |
ขนาดไฟล์ | 6.55 KB |
จำนวนการติดตั้ง | 78 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2016-08-19 |
วันที่เผยแพร่ | 2016-08-19 |
ผู้พัฒนา | rafikis75 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Auto-Filler", "description": "This extension will auto-fill the inputs for uploading video files", "version": "1.2", "icons": { "48": "myIcon48.png" }, "browser_action": { "default_icon": "myIcon.png" }, "permissions": [ "activeTab", "tabs" ], "background": { "scripts": [ "auto.js" ], "persistent": false } } |