Wimp Autoplay
An autoplayer for wimp.
Wimp Autoplayคืออะไร?
Wimp Autoplay เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ashkan และคุณลักษณะหลักของมันคือ "An autoplayer for wimp."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wimp Autoplay
ดาวน์โหลดไฟล์ส่วนขยาย Wimp Autoplay ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This a simple autoplaying agent for Wimp which adds two buttons below the video player which control autoplaying and how to autoplay (play next, previous, or random video after). This is a simple beta for now, if there is enough interest in it, then I will add features to it. Possible features include: keyboard navigation and same page loading of videos. However, I may also just make a website that is a better interface for Wimp, which may be better.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | oilleiaajfdnnclncmnonndldafmlpdl |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/wimp-autoplay/oilleiaajfdnnclncmnonndldafmlpdl |
คำอธิบาย | An autoplayer for wimp. |
ขนาดไฟล์ | 32.36 KB |
จำนวนการติดตั้ง | 109 |
เวอร์ชันปัจจุบัน | 0.13 |
อัปเดตครั้งล่าสุด | 2014-01-13 |
วันที่เผยแพร่ | 2014-01-13 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Ashkan |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wimp Autoplay", "description": "An autoplayer for wimp.", "version": "0.13", "permissions": [ "http:\/\/www.wimp.com\/" ], "icons": { "16": "favicon16.png", "48": "favicon48.png", "128": "favicon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.wimp.com\/*" ], "js": [ "inject.js" ], "run_at": "document_idle" } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "localstorage.js", "tracking.js" ] } |