TheDonald Infinite Scroll and upgrades
TheDonald.Win user experience upgrades. Infinite scrolling as well as some upgrades to how images are displayed.
TheDonald Infinite Scroll and upgradesคืออะไร?
TheDonald Infinite Scroll and upgrades เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DITKA และคุณลักษณะหลักของมันคือ "TheDonald.Win user experience upgrades. Infinite scrolling as well as some upgrades to how images are displayed."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TheDonald Infinite Scroll and upgrades
ดาวน์โหลดไฟล์ส่วนขยาย TheDonald Infinite Scroll and upgrades ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension will provide users with the ability to scroll pages of TheDonald.win infinitely without reloading the page. It also will fetch some images from other sites that are not automatically loaded and display them inline. The extension is seamless on thedonald.win and does not effect web surfing on any other sites. Updates 1.0.2 - Fixed issue with some tweets not loading properly
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bljcdlljikhohgkaomjempiemghlokma |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/thedonald-infinite-scroll/bljcdlljikhohgkaomjempiemghlokma |
คำอธิบาย | TheDonald.Win user experience upgrades. Infinite scrolling as well as some upgrades to how images are displayed. |
ขนาดไฟล์ | 90.56 KB |
จำนวนการติดตั้ง | 24 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2020-03-17 |
วันที่เผยแพร่ | 2020-03-16 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | DITKA |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TheDonald Infinite Scroll and upgrades", "short_name": "Winhancments", "description": "TheDonald.Win user experience upgrades. Infinite scrolling as well as some upgrades to how images are displayed.", "version": "1.0.2", "browser_action": { "default_icon": "icon16.png", "default_popup": "default.htm" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/thedonald.win\/*" ], "js": [ "jquery.min.js", "infinite-ajax-scroll.min.js", "js.js" ], "css": [ "css.css" ] } ], "permissions": [ "storage" ] } |