X Autoload
Shows latest posts when the scroll is all the way up.
Was ist X Autoload?
X Autoload ist eine Chrome-Erweiterung, die von echapa entwickelt wurde, und ihr Hauptmerkmal ist "Shows latest posts when the scroll is all the way up.".
Erweiterungsscreenshots
X Autoload-Erweiterungs-CRX-Datei herunterladen
Laden Sie X Autoload-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension automatically clicks the "Show X posts" notification when it appears in your timeline. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | gcgcmnjdlhbjbjejjjkfhfpnilmofdmj |
| Offizielle URL | https://chromewebstore.google.com/detail/x-autoload/gcgcmnjdlhbjbjejjjkfhfpnilmofdmj |
| Beschreibung | Shows latest posts when the scroll is all the way up. |
| Dateigröße | 58.33 KB |
| Installationsanzahl | 49 |
| Aktuelle Version | 2.2 |
| Letztes Update | 2024-01-22 |
| Veröffentlichungsdatum | 2022-03-03 |
| Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
| Entwickler | echapa |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/Underdoge/x-autoload-chrome |
| Hilfeseite URL | https://github.com/Underdoge/x-autoload-chrome |
| Unterstützte Sprachen | 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"
]
}
]
} | |