Facebook Sorteio Por Compartilhamento

Sortear

Facebook Sorteio Por Compartilhamento là gì?

Facebook Sorteio Por Compartilhamento là một tiện ích mở rộng Chrome được phát triển bởi https://schirrel.dev, và tính năng chính của nó là "Sortear".

Ả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 Facebook Sorteio Por Compartilhamento

Tải xuống các tệp mở rộng Facebook Sorteio Por Compartilhamento 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

                        Extensão para exibir e sortear vecedores no facebook por compartilhamento. Instale para facilitar seus sorteios de compartilhamento no facebook                    

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

Tên Facebook Sorteio Por Compartilhamento Facebook Sorteio Por Compartilhamento
ID boickmkngjjbglhpcbjhcfaliponmaep
URL Chính Thức https://chromewebstore.google.com/detail/facebook-sorteio-por-comp/boickmkngjjbglhpcbjhcfaliponmaep
Mô tả Sortear
Kích Thước Tệp 171 KB
Số Lần Cài Đặt 246
Phiên Bản Hiện Tại 3.0.1
Cập Nhật Lần Cuối 2020-08-01
Ngày Phát Hành 2020-07-31
Nhà Phát Triển https://schirrel.dev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://schirrel.dev
URL Trang Trợ Giúp http://schirrel.dev
URL Trang Chính Sách Bảo Mật https://schirrel.dev/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Facebook Sorteio Por Compartilhamento",
    "description": "Sortear",
    "version": "3.0.1",
    "permissions": [
        "activeTab",
        "downloads",
        "background",
        "",
        "storage"
    ],
    "background": {
        "page": "background\/index.html",
        "persistent": false
    },
    "browser_action": {
        "default_title": "Sortear.",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "icons": {
        "16": "img\/icon-16.png",
        "32": "img\/icon-32.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    }
}