TheDonald Infinite Scroll and upgrades

TheDonald.Win user experience upgrades. Infinite scrolling as well as some upgrades to how images are displayed.

Was ist TheDonald Infinite Scroll and upgrades?

TheDonald Infinite Scroll and upgrades ist eine Chrome-Erweiterung, die von DITKA entwickelt wurde, und ihr Hauptmerkmal ist "TheDonald.Win user experience upgrades. Infinite scrolling as well as some upgrades to how images are displayed.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

TheDonald Infinite Scroll and upgrades-Erweiterungs-CRX-Datei herunterladen

Laden Sie TheDonald Infinite Scroll and upgrades-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name TheDonald Infinite Scroll and upgrades TheDonald Infinite Scroll and upgrades
ID bljcdlljikhohgkaomjempiemghlokma
Offizielle URL https://chromewebstore.google.com/detail/thedonald-infinite-scroll/bljcdlljikhohgkaomjempiemghlokma
Beschreibung TheDonald.Win user experience upgrades. Infinite scrolling as well as some upgrades to how images are displayed.
Dateigröße 90.56 KB
Installationsanzahl 24
Aktuelle Version 1.0.2
Letztes Update 2020-03-17
Veröffentlichungsdatum 2020-03-16
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler DITKA
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}