Givaways App - Sorteios Grátis no Instagram

Crie Sorteios no Instagram com nossa plataforma givaways.app

Was ist Givaways App - Sorteios Grátis no Instagram?

Givaways App - Sorteios Grátis no Instagram ist eine Chrome-Erweiterung, die von https://givaways.app entwickelt wurde, und ihr Hauptmerkmal ist "Crie Sorteios no Instagram com nossa plataforma givaways.app".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Givaways App - Sorteios Grátis no Instagram-Erweiterungs-CRX-Datei herunterladen

Laden Sie Givaways App - Sorteios Grátis no Instagram-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Extensão Auxiliar de Sorteios no Instagram. Para realizar um sorteio acesse: https://givaways.app
Carregue os comentários do Instagram de forma mais rápida e segura.

Importante: Certifique que as informações do seu perfil do Instagram estão atualizadas (email e telefone), caso seja necessário alguma verificação.                    

Grundlegende Informationen zur Erweiterung

Name Givaways App - Sorteios Grátis no Instagram Givaways App - Sorteios Grátis no Instagram
ID dejbbjgopjpfimmknlccfbhnifhbhaib
Offizielle URL https://chromewebstore.google.com/detail/givaways-app-sorteios-gr%C3%A1/dejbbjgopjpfimmknlccfbhnifhbhaib
Beschreibung Crie Sorteios no Instagram com nossa plataforma givaways.app
Dateigröße 32.25 KB
Installationsanzahl 20,000
Aktuelle Version 0.0.5
Letztes Update 2022-02-26
Veröffentlichungsdatum 2021-10-20
Bewertung 5.00/5 Insgesamt 7 Bewertungen
Entwickler https://givaways.app
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://givaways.app
Hilfeseite URL https://givaways.app/#contato
URL der Datenschutzrichtlinien-Seite https://givaways.app/politica-de-privacidade
Unterstützte Sprachen pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Givaways App - Sorteios Gr\u00e1tis no Instagram",
    "description": "Crie Sorteios no Instagram com nossa plataforma givaways.app",
    "version": "0.0.5",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Givaways App",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "cookies",
        "https:\/\/*.givaways.app\/*",
        "https:\/\/*.instagram.com\/*",
        "https:\/\/localhost:3000\/*",
        "https:\/\/localhost\/*"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "homepage_url": "https:\/\/givaways.app\/"
}