X Autoload
Shows latest posts when the scroll is all the way up.
Wat is X Autoload?
X Autoload is een Chrome-extensie ontwikkeld door echapa, en de belangrijkste functie is "Shows latest posts when the scroll is all the way up.".
Extensie Screenshots
Download het CRX-bestand van de extensie X Autoload
Download X Autoload-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension automatically clicks the "Show X posts" notification when it appears in your timeline.
Basisinformatie over de Extensie
Naam | X Autoload |
ID | gcgcmnjdlhbjbjejjjkfhfpnilmofdmj |
Officiële URL | https://chromewebstore.google.com/detail/x-autoload/gcgcmnjdlhbjbjejjjkfhfpnilmofdmj |
Beschrijving | Shows latest posts when the scroll is all the way up. |
Bestandsgrootte | 58.33 KB |
Aantal Installaties | 49 |
Huidige Versie | 2.2 |
Laatst Bijgewerkt | 2024-01-22 |
Publicatiedatum | 2022-03-03 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | echapa |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/Underdoge/x-autoload-chrome |
Help Pagina-URL | https://github.com/Underdoge/x-autoload-chrome |
Ondersteunde Talen | 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" ] } ] } |