X Autoload

Shows latest posts when the scroll is all the way up.

X Autoloadとは何ですか?

X Autoloadはechapaによって開発されたChromeの拡張機能で、その主な機能は「Shows latest posts when the scroll is all the way up.」です。

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

screenshot

X Autoload拡張機能のCRXファイルをダウンロード

X Autoload拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension automatically clicks the "Show X posts" notification when it appears in your timeline.                    

拡張機能の基本情報

名前 X Autoload X Autoload
ID gcgcmnjdlhbjbjejjjkfhfpnilmofdmj
公式URL https://chromewebstore.google.com/detail/x-autoload/gcgcmnjdlhbjbjejjjkfhfpnilmofdmj
説明 Shows latest posts when the scroll is all the way up.
ファイルサイズ 58.33 KB
インストール数 49
現在のバージョン 2.2
最終更新日 2024-01-22
公開日 2022-03-03
評価 3.00/5 合計 2 レビュー
開発者 echapa
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/Underdoge/x-autoload-chrome
ヘルプページのURL https://github.com/Underdoge/x-autoload-chrome
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "X Autoload",
    "action": {
        "default_title": "X Autoload"
    },
    "manifest_version": 3,
    "version": "2.2",
    "description": "Shows latest posts when the scroll is all the way up.",
    "icons": {
        "16": "\/icons\/icon16.png",
        "48": "\/icons\/icon48.png",
        "96": "\/icons\/icon96.png",
        "128": "\/icons\/icon128.png"
    },
    "author": "Eduardo Chapa [email protected]",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitter.com\/*",
                "*:\/\/*.x.com\/*"
            ],
            "js": [
                "x_autoload.js"
            ]
        }
    ]
}