sorteio.com

Extensão Auxiliar de Sorteios no Instagram. Para realizar um sorteio acesse: https://www.sorteio.com/

What is sorteio.com?

sorteio.com is a Chrome extension developed by http://sorteiogram.com, and its main feature is "Extensão Auxiliar de Sorteios no Instagram. Para realizar um sorteio acesse: https://www.sorteio.com/".

Extension Screenshots

screenshot

Download sorteio.com Extension CRX File

Download sorteio.com 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

                        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 sorteio.com sorteio.com
ID gjpkngahkcdfjnelojifgmdjfocdllne
Official URL https://chrome.google.com/webstore/detail/sorteiocom/gjpkngahkcdfjnelojifgmdjfocdllne
Description Extensão Auxiliar de Sorteios no Instagram. Para realizar um sorteio acesse: https://www.sorteio.com/
File Size 19.55 KB
Installation Count 100,000
Current Version 0.6
Last Updated 2021-10-27
Publish Date 2020-11-20
Rating 1.82/5 Total 34 Ratings
Developer http://sorteiogram.com
Email [email protected]
Payment Type free
Extension Website https://sorteiogram.com
Help Page URL https://sorteiogram.com
Privacy Policy Page URL https://sorteiogram.com/politicas-de-privacidade.html
Supported Languages pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "sorteio.com",
    "version": "0.6",
    "description": "Extens\u00e3o Auxiliar de Sorteios no Instagram. Para realizar um sorteio acesse: https:\/\/www.sorteio.com\/",
    "homepage_url": "https:\/\/sorteio.com\/",
    "permissions": [
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "cookies",
        "https:\/\/*.sorteiogram.com\/*",
        "https:\/\/*.sorteio.com\/*",
        "https:\/\/*.instagram.com\/*"
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "sorteio.com",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}