X Autoload

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

Vad är X Autoload?

X Autoload är en Chrome-tillägg utvecklad av echapa, och dess huvudfunktion är "Shows latest posts when the scroll is all the way up.".

Tilläggsskärmbilder

screenshot

Ladda ner X Autoload-förlängningens CRX-fil

Ladda ner X Autoload-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn X Autoload X Autoload
ID gcgcmnjdlhbjbjejjjkfhfpnilmofdmj
Officiell webbadress https://chromewebstore.google.com/detail/x-autoload/gcgcmnjdlhbjbjejjjkfhfpnilmofdmj
Beskrivning Shows latest posts when the scroll is all the way up.
Filstorlek 58.33 KB
Antal Installationer 49
Aktuell Version 2.2
Senast Uppdaterad 2024-01-22
Publiceringsdatum 2022-03-03
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare echapa
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/Underdoge/x-autoload-chrome
Hjälpsida URL https://github.com/Underdoge/x-autoload-chrome
Stödda Språk 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"
            ]
        }
    ]
}