X Autoload

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

Qu'est-ce que X Autoload ?

X Autoload est une extension Chrome développée par echapa, et sa fonction principale est "Shows latest posts when the scroll is all the way up.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension X Autoload

Téléchargez les fichiers d'extension X Autoload au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom X Autoload X Autoload
ID gcgcmnjdlhbjbjejjjkfhfpnilmofdmj
URL Officiel https://chromewebstore.google.com/detail/x-autoload/gcgcmnjdlhbjbjejjjkfhfpnilmofdmj
Description Shows latest posts when the scroll is all the way up.
Taille du Fichier 58.33 KB
Nombre d'Installations 49
Version Actuelle 2.2
Dernière Mise à Jour 2024-01-22
Date de Publication 2022-03-03
Évaluation 3.00/5 Total 2 Évaluations
Développeur echapa
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/Underdoge/x-autoload-chrome
URL de la Page d'Aide https://github.com/Underdoge/x-autoload-chrome
Langues Prises en Charge 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"
            ]
        }
    ]
}