X Autoload

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

Cos'è X Autoload?

X Autoload è un'estensione di Chrome sviluppata da echapa, e la sua funzione principale è "Shows latest posts when the scroll is all the way up.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione X Autoload

Scarica i file di estensione X Autoload in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome X Autoload X Autoload
ID gcgcmnjdlhbjbjejjjkfhfpnilmofdmj
URL Ufficiale https://chromewebstore.google.com/detail/x-autoload/gcgcmnjdlhbjbjejjjkfhfpnilmofdmj
Descrizione Shows latest posts when the scroll is all the way up.
Dimensione del File 58.33 KB
Conteggio Installazioni 49
Versione Corrente 2.2
Ultimo Aggiornamento 2024-01-22
Data di Pubblicazione 2022-03-03
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore echapa
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Underdoge/x-autoload-chrome
URL della Pagina di Aiuto https://github.com/Underdoge/x-autoload-chrome
Lingue Supportate 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"
            ]
        }
    ]
}