Threads Lists
Easy way to transfer your twitter followers
Co to jest Threads Lists?
Threads Lists to rozszerzenie Chrome opracowane przez https://threadslists.com, a jego główną funkcją jest „Easy way to transfer your twitter followers”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Threads Lists
Pobierz pliki rozszerzeń Threads Lists 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
A simple app that finds your twitter followers and submits them to threads lists for you to easily click and follow. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ikcondoimaicdklohocliopmdlfgoohn |
| Oficjalny URL | https://chromewebstore.google.com/detail/threads-lists/ikcondoimaicdklohocliopmdlfgoohn |
| Opis | Easy way to transfer your twitter followers |
| Rozmiar pliku | 16.26 KB |
| Liczba instalacji | 113 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2023-07-26 |
| Data Publikacji | 2023-07-26 |
| Ocena | 1.00/5 Łącznie 1 Oceny |
| Deweloper | https://threadslists.com |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://www.threadslists.com |
| Adres URL Strony Pomocy | https://www.threads.net/@bhsdrew |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Threads Lists",
"version": "1.0",
"description": "Easy way to transfer your twitter followers",
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
},
"web_accessible_resources": [
{
"resources": [
"script.js"
],
"matches": [
"https:\/\/*.twitter.com\/*"
]
}
],
"content_scripts": [
{
"matches": [
"https:\/\/*.twitter.com\/*"
],
"js": [
"content_script.js"
]
}
],
"host_permissions": [
"https:\/\/www.threadslists.com\/*",
"https:\/\/twitter.com\/*"
]
} | |