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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "TheDonald.Win user experience upgrades. Infinite scrolling as well as some upgrades to how images are displayed."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TheDonald Infinite Scroll and upgrades एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |