X Autoload

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

Apa itu X Autoload?

X Autoload adalah ekstensi Chrome yang dikembangkan oleh echapa, dan fitur utamanya adalah "Shows latest posts when the scroll is all the way up.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi X Autoload

Unduh file ekstensi X Autoload dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama X Autoload X Autoload
ID gcgcmnjdlhbjbjejjjkfhfpnilmofdmj
URL Resmi https://chromewebstore.google.com/detail/x-autoload/gcgcmnjdlhbjbjejjjkfhfpnilmofdmj
Deskripsi Shows latest posts when the scroll is all the way up.
Ukuran File 58.33 KB
Jumlah Instalasi 49
Versi Saat Ini 2.2
Terakhir Diperbarui 2024-01-22
Tanggal Publikasi 2022-03-03
Penilaian 3.00/5 Total 2 Penilaian
Pengembang echapa
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/Underdoge/x-autoload-chrome
URL Halaman Bantuan https://github.com/Underdoge/x-autoload-chrome
Bahasa yang Didukung 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"
            ]
        }
    ]
}