DegenTweet

One-Click NFT Twitter giveaway automation tool

O que é DegenTweet?

DegenTweet é uma extensão do Chrome desenvolvida por degentweet, e sua principal característica é "One-Click NFT Twitter giveaway automation tool".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão DegenTweet

Baixe arquivos de extensão DegenTweet no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome DegenTweet DegenTweet
ID clcimpfipfmikljncbhpigbhndnlgjhi
URL Oficial https://chromewebstore.google.com/detail/degentweet/clcimpfipfmikljncbhpigbhndnlgjhi
Descrição One-Click NFT Twitter giveaway automation tool
Tamanho do Arquivo 228 KB
Contagem de Instalações 632
Versão Atual 1.0.1
Última Atualização 2022-08-23
Data de Publicação 2022-08-20
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor degentweet
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.degentweet.xyz/
Idiomas Suportados 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"
    ]
}