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 là gì?

TheDonald Infinite Scroll and upgrades là một tiện ích mở rộng Chrome được phát triển bởi DITKA, và tính năng chính của nó là "TheDonald.Win user experience upgrades. Infinite scrolling as well as some upgrades to how images are displayed.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng TheDonald Infinite Scroll and upgrades

Tải xuống các tệp mở rộng TheDonald Infinite Scroll and upgrades dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TheDonald Infinite Scroll and upgrades TheDonald Infinite Scroll and upgrades
ID bljcdlljikhohgkaomjempiemghlokma
URL Chính Thức https://chromewebstore.google.com/detail/thedonald-infinite-scroll/bljcdlljikhohgkaomjempiemghlokma
Mô tả TheDonald.Win user experience upgrades. Infinite scrolling as well as some upgrades to how images are displayed.
Kích Thước Tệp 90.56 KB
Số Lần Cài Đặt 24
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2020-03-17
Ngày Phát Hành 2020-03-16
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển DITKA
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}