Sorteador Plugin

Extensão do Sorteador.com.br.

什么是Sorteador Plugin?

Sorteador Plugin是由https://www.sorteador.com.br开发的Chrome扩展程序,该扩展的主要功能是“Extensão do Sorteador.com.br.”。

扩展截图

screenshot

下载Sorteador Plugin扩展crx文件

下载Sorteador Plugin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Extensão para uso do Sorteador (sorteios em perfis particulares, páginas, grupos, eventos, etc) no Facebook.                    

扩展基本信息

名称 Sorteador Plugin Sorteador Plugin
ID iaekcllmohbabcofhipmjbgofhabhjol
官方URL https://chromewebstore.google.com/detail/sorteador-plugin/iaekcllmohbabcofhipmjbgofhabhjol
简介 Extensão do Sorteador.com.br.
文件大小 743 KB
安装次数 3,595
当前版本 2.0.1
更新时间 2023-11-19
上架时间 2021-05-05
评分 4.00/5 共3次评分
开发者 https://www.sorteador.com.br
电子邮箱 [email protected]
付费类型 free
扩展官网 https://sorteador.com.br
帮助页面URL https://sorteador.com.br/support
隐私政策页面URL https://blog.sorteador.com.br/politica-de-privacidade
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Sorteador Plugin",
    "version": "2.0.1",
    "description": "Extens\u00e3o do Sorteador.com.br.",
    "short_name": "Sorteador",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "scripting"
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "default_locale": "en",
    "background": {
        "service_worker": "modules\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/facebook.com\/*",
                "https:\/\/fb.com\/*",
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "modules\/load-pages.js"
            ]
        }
    ]
}