X Autoload
Shows latest posts when the scroll is all the way up.
Hvad er X Autoload?
X Autoload er en Chrome-udvidelse udviklet af echapa, og dens hovedfunktion er "Shows latest posts when the scroll is all the way up.".
Udvidelsesskærmbilleder
Download X Autoload-udvidelses-CRX-fil
Download X Autoload-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension automatically clicks the "Show X posts" notification when it appears in your timeline. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | gcgcmnjdlhbjbjejjjkfhfpnilmofdmj |
| Officiel URL | https://chromewebstore.google.com/detail/x-autoload/gcgcmnjdlhbjbjejjjkfhfpnilmofdmj |
| Beskrivelse | Shows latest posts when the scroll is all the way up. |
| Filstørrelse | 58.33 KB |
| Antal Installationer | 49 |
| Nuværende Version | 2.2 |
| Senest Opdateret | 2024-01-22 |
| Udgivelsesdato | 2022-03-03 |
| Bedømmelse | 3.00/5 Samlet 2 Bedømmelser |
| Udvikler | echapa |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/Underdoge/x-autoload-chrome |
| Hjælpeside-URL | https://github.com/Underdoge/x-autoload-chrome |
| Understøttede Sprog | 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"
]
}
]
} | |