Iwara U
Enhance Iwara website
Iwara Uคืออะไร?
Iwara U เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hypeaced และคุณลักษณะหลักของมันคือ "Enhance Iwara website"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Iwara U
ดาวน์โหลดไฟล์ส่วนขยาย Iwara U ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Sorting for iwara.tv VIDEO + IMAGES **ONLY SORT SINGLE PAGE** Sort options: 1) LIKES 2) VIEWS 3) POPULAR - Number of views divide by number of likes 4) DATE - default iwara.tv sorting ============================================== Update 1.0.6 - Fix bug: accidentally trigger on videos with many comments Update 1.0.4 - Fix bug: now sort when logout Update 1.0.3 - Add Page Numbers to top of videos/images!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | afipnpeaneehogjfdihdnnmjbdljlnjh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/iwara-u/afipnpeaneehogjfdihdnnmjbdljlnjh |
คำอธิบาย | Enhance Iwara website |
ขนาดไฟล์ | 82.85 KB |
จำนวนการติดตั้ง | 1,148 |
เวอร์ชันปัจจุบัน | 1.0.7 |
อัปเดตครั้งล่าสุด | 2022-08-16 |
วันที่เผยแพร่ | 2020-04-24 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | hypeaced |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extensionName__", "version": "1.0.7", "description": "__MSG_extensionDescription__", "homepage_url": "https:\/\/iwara.tv", "icons": { "16": "icon_16.png", "32": "icon_32.png", "48": "icon_48.png", "64": "icon_64.png", "128": "icon_128.png" }, "permissions": [ "storage" ], "action": { "default_icon": { "16": "icon_16.png", "32": "icon_32.png", "48": "icon_48.png", "64": "icon_64.png", "128": "icon_128.png" }, "default_title": "__MSG_extensionName__", "default_popup": "menu\/menu.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.iwara.tv\/videos*", "*:\/\/*.iwara.tv\/images*" ], "js": [ "iwara_sorting.js" ] } ], "default_locale": "en" } |