DegenTweet

One-Click NFT Twitter giveaway automation tool

Cos'è DegenTweet?

DegenTweet è un'estensione di Chrome sviluppata da degentweet, e la sua funzione principale è "One-Click NFT Twitter giveaway automation tool".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione DegenTweet

Scarica i file di estensione DegenTweet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        A easy way to enter NFT giveaways! Like, RT, follow and tag friends with just one click. Visit degentweet.xyz for more information.                    

Informazioni di Base sull'Estensione

Nome DegenTweet DegenTweet
ID clcimpfipfmikljncbhpigbhndnlgjhi
URL Ufficiale https://chromewebstore.google.com/detail/degentweet/clcimpfipfmikljncbhpigbhndnlgjhi
Descrizione One-Click NFT Twitter giveaway automation tool
Dimensione del File 228 KB
Conteggio Installazioni 632
Versione Corrente 1.0.1
Ultimo Aggiornamento 2022-08-23
Data di Pubblicazione 2022-08-20
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore degentweet
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.degentweet.xyz/
Lingue Supportate 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"
    ]
}