DeNet

Growing more twitter followers with Denet

¿Qué es DeNet?

DeNet es una extensión de Chrome desarrollada por denetdao, y su función principal es "Growing more twitter followers with Denet".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión DeNet

Descarga archivos de extensión DeNet en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        DeNet wants to be a bridge connecting Web2 to Web3 . We will focus on the field of Social SaaS FI, and help Web2 users to easily participate in the exploration of the Web3 world through a series of browser extensions. 

DeNet is an extension for social marketing apps in your Chrome browser, you can use it to growing and engage twitter followers via Giveaways.
 
 
DeNet is a bridge from Web2 to Web3. We hope that through this simple and easy-to-use tool, a large number of Web2 users can easily participate in Web3, link it to their daily life and connect with more users.
 
You can set up bounty tasks,such as(follow+like+retweet )and Reward users after tasks completed
 
 
Supported Social Media Platform: Twitter (Meta, Telegram, Instagram, etc. will be supported soon)
 
 
Key Features: Red Packet & Bounty System
 
 
Use Case: Growing the fanbase, Increasing Engagement Rate, Attracting more users to register & download the app.
 
 
Product Process: After installing the DeNet browser extensions, influencers can post a tweet with a link to the Bounty Reward task. Once other users have completed the task, they will receive the reward in the DeNet balance and can withdraw instantly. 
 
 
DeNet is a free software ,We do not and will never store any of your personal data!
 (◦˙▽˙◦)                    

Información Básica de la Extensión

Nombre DeNet DeNet
ID inlfbeejfdgkknpiodhemfcokbdgofja
URL Oficial https://chromewebstore.google.com/detail/denet/inlfbeejfdgkknpiodhemfcokbdgofja
Descripción Growing more twitter followers with Denet
Tamaño del Archivo 12.68 MB
Cantidad de Instalaciones 10,000
Versión Actual 1.1.9.32
Última Actualización 2023-07-25
Fecha de Publicación 2022-05-02
Calificación 4.92/5 Total de 153 Calificaciones
Desarrollador denetdao
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://denet.me
URL de la Página de Política de Privacidad https://h5.denetme.net/html/index.html
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "DeNet",
    "description": "Growing more twitter followers with Denet",
    "version": "1.1.9.32",
    "denet_app_version_code": "73",
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "icons": {
        "16": "\/logo\/16.png",
        "32": "\/logo\/32.png",
        "48": "\/logo\/48.png",
        "128": "\/logo\/128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "\/js\/content_help.js"
            ],
            "css": [
                "\/css\/content_help.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.twitter.com\/*",
                "https:\/\/twitter.com\/*",
                "https:\/\/www.facebook.com\/*",
                "https:\/\/facebook.com\/*",
                "*:\/\/testh5.denet.me\/*",
                "*:\/\/h5.denet.me\/*",
                "*:\/\/preh5.denet.me\/*",
                "*:\/\/testh5.denetme.net\/*",
                "*:\/\/h5.denetme.net\/*",
                "*:\/\/preh5.denetme.net\/*",
                "*:\/\/test.denet.me\/auth\/*",
                "*:\/\/pre.denet.me\/auth\/*",
                "*:\/\/denet.me\/auth\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "\/js\/content.js"
            ],
            "css": [
                "\/css\/content.css"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "\/rules\/rules_1.json"
            }
        ]
    },
    "host_permissions": [
        "*:\/\/*\/*",
        "",
        "*:\/\/*.twitter.com\/*",
        "*:\/\/twitter.com\/*",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/facebook.com\/*",
        "*:\/\/testh5.denet.me\/*",
        "*:\/\/h5.denet.me\/*",
        "*:\/\/preh5.denet.me\/*",
        "*:\/\/testh5.denetme.net\/*",
        "*:\/\/h5.denetme.net\/*",
        "*:\/\/preh5.denetme.net\/*"
    ],
    "permissions": [
        "tabs",
        "management",
        "cookies",
        "declarativeNetRequest",
        "activeTab",
        "scripting",
        "storage",
        "alarms"
    ],
    "options_page": "options.html",
    "web_accessible_resources": [
        {
            "resources": [
                "\/iframe\/publish.html",
                "\/iframe\/red-packet.html",
                "\/iframe\/home.html",
                "\/iframe\/publish-tips.html",
                "\/iframe\/publish-share.html",
                "\/iframe\/bind-tweet.html",
                "\/iframe\/nft-card.html",
                "\/iframe\/nft-group.html",
                "\/iframe\/nft-group-card.html",
                "\/iframe\/buy-nft.html",
                "\/iframe\/group-card.html",
                "\/iframe\/popup-page.html",
                "\/iframe\/popup-page.html",
                "\/iframe\/tab-group.html",
                "\/iframe\/joined-group-list.html",
                "\/iframe\/giveaway-list-banner.html",
                "\/iframe\/tool-box-guide.html",
                "\/iframe\/tool-box.html",
                "\/iframe\/tool-box-buy-nft.html",
                "\/iframe\/test.html",
                "\/iframe\/ach-cashier.html",
                "\/logo\/16.png",
                "\/iframe\/treasure-hunt.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}