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是由DITKA開發的Chrome擴展程式,該擴展的主要功能是“TheDonald.Win user experience upgrades. Infinite scrolling as well as some upgrades to how images are displayed.”。
擴展截圖
下載TheDonald Infinite Scroll and upgrades擴展crx文件
下載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 |
官方網址 | 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" ] } |