Givaways App - Sorteios Grátis no Instagram
Crie Sorteios no Instagram com nossa plataforma givaways.app
What is Givaways App - Sorteios Grátis no Instagram?
Givaways App - Sorteios Grátis no Instagram is a Chrome extension developed by https://givaways.app, and its main feature is "Crie Sorteios no Instagram com nossa plataforma givaways.app".
Extension Screenshots
Download Givaways App - Sorteios Grátis no Instagram Extension CRX File
Download Givaways App - Sorteios Grátis no Instagram extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Givaways App - Sorteios Grátis no Instagram |
ID | dejbbjgopjpfimmknlccfbhnifhbhaib |
Official URL | https://chromewebstore.google.com/detail/givaways-app-sorteios-gr%C3%A1/dejbbjgopjpfimmknlccfbhnifhbhaib |
Description | Crie Sorteios no Instagram com nossa plataforma givaways.app |
File Size | 32.25 KB |
Installation Count | 20,000 |
Current Version | 0.0.5 |
Last Updated | 2022-02-26 |
Publish Date | 2021-10-20 |
Rating | 5.00/5 Total 7 Ratings |
Developer | https://givaways.app |
[email protected] | |
Payment Type | in_app |
Extension Website | https://givaways.app |
Help Page URL | https://givaways.app/#contato |
Privacy Policy Page URL | https://givaways.app/politica-de-privacidade |
Supported Languages | 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\/" } |