sorteio.com

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

sorteio.com là gì?

sorteio.com là một tiện ích mở rộng Chrome được phát triển bởi http://sorteiogram.com, và tính năng chính của nó là "Extensão Auxiliar de Sorteios no Instagram. Para realizar um sorteio acesse: https://www.sorteio.com/".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng sorteio.com

Tải xuống các tệp mở rộng sorteio.com dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên sorteio.com sorteio.com
ID gjpkngahkcdfjnelojifgmdjfocdllne
URL Chính Thức https://chrome.google.com/webstore/detail/sorteiocom/gjpkngahkcdfjnelojifgmdjfocdllne
Mô tả Extensão Auxiliar de Sorteios no Instagram. Para realizar um sorteio acesse: https://www.sorteio.com/
Kích Thước Tệp 19.55 KB
Số Lần Cài Đặt 100,000
Phiên Bản Hiện Tại 0.6
Cập Nhật Lần Cuối 2021-10-27
Ngày Phát Hành 2020-11-20
Đánh Giá 1.82/5 Tổng số 34 Đánh Giá
Nhà Phát Triển http://sorteiogram.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://sorteiogram.com
URL Trang Trợ Giúp https://sorteiogram.com
URL Trang Chính Sách Bảo Mật https://sorteiogram.com/politicas-de-privacidade.html
Ngôn Ngữ Được Hỗ Trợ 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'"
}