X Autoload
Shows latest posts when the scroll is all the way up.
Co to jest X Autoload?
X Autoload to rozszerzenie Chrome opracowane przez echapa, a jego główną funkcją jest „Shows latest posts when the scroll is all the way up.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia X Autoload
Pobierz pliki rozszerzeń X Autoload w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension automatically clicks the "Show X posts" notification when it appears in your timeline. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | gcgcmnjdlhbjbjejjjkfhfpnilmofdmj |
| Oficjalny URL | https://chromewebstore.google.com/detail/x-autoload/gcgcmnjdlhbjbjejjjkfhfpnilmofdmj |
| Opis | Shows latest posts when the scroll is all the way up. |
| Rozmiar pliku | 58.33 KB |
| Liczba instalacji | 49 |
| Aktualna Wersja | 2.2 |
| Ostatnia Aktualizacja | 2024-01-22 |
| Data Publikacji | 2022-03-03 |
| Ocena | 3.00/5 Łącznie 2 Oceny |
| Deweloper | echapa |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/Underdoge/x-autoload-chrome |
| Adres URL Strony Pomocy | https://github.com/Underdoge/x-autoload-chrome |
| Obsługiwane Języki | 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"
]
}
]
} | |