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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

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                    

拡張機能の基本情報

名前 TheDonald Infinite Scroll and upgrades TheDonald Infinite Scroll and upgrades
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
Eメール [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"
    ]
}