DegenTweet
One-Click NFT Twitter giveaway automation tool
Co to jest DegenTweet?
DegenTweet to rozszerzenie Chrome opracowane przez degentweet, a jego główną funkcją jest „One-Click NFT Twitter giveaway automation tool”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia DegenTweet
Pobierz pliki rozszerzeń DegenTweet 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 easy way to enter NFT giveaways! Like, RT, follow and tag friends with just one click. Visit degentweet.xyz for more information.
Podstawowe informacje o rozszerzeniu
Nazwa | DegenTweet |
ID | clcimpfipfmikljncbhpigbhndnlgjhi |
Oficjalny URL | https://chromewebstore.google.com/detail/degentweet/clcimpfipfmikljncbhpigbhndnlgjhi |
Opis | One-Click NFT Twitter giveaway automation tool |
Rozmiar pliku | 228 KB |
Liczba instalacji | 632 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2022-08-23 |
Data Publikacji | 2022-08-20 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | degentweet |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.degentweet.xyz/ |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DegenTweet", "description": "One-Click NFT Twitter giveaway automation tool", "version": "1.0.1", "manifest_version": 3, "author": { "name": "DegenTweet", "url": "https:\/\/www.degentweet.xyz" }, "action": { "default_popup": "popup.html" }, "icons": { "16": "icons\/16.png", "24": "icons\/24.png", "32": "icons\/32.png", "64": "icons\/64.png", "128": "icons\/128.png", "256": "icons\/256.png", "512": "icons\/512.png" }, "background": { "service_worker": "js\/worker-bundle.js" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/www.degentweet.xyz\/*" ], "css": [ "css\/content.css" ], "js": [ "js\/content.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "matches": [ "https:\/\/twitter.com\/*" ], "resources": [ "icons\/*.png" ] } ], "permissions": [ "storage" ] } |