Sorteador Plugin

Extensão do Sorteador.com.br.

What is Sorteador Plugin?

Sorteador Plugin is a Chrome extension developed by https://www.sorteador.com.br, and its main feature is "Extensão do Sorteador.com.br.".

Extension Screenshots

screenshot

Download Sorteador Plugin Extension CRX File

Download Sorteador Plugin 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 para uso do Sorteador (sorteios em perfis particulares, páginas, grupos, eventos, etc) no Facebook.                    

Extension Basic Information

Name Sorteador Plugin Sorteador Plugin
ID iaekcllmohbabcofhipmjbgofhabhjol
Official URL https://chromewebstore.google.com/detail/sorteador-plugin/iaekcllmohbabcofhipmjbgofhabhjol
Description Extensão do Sorteador.com.br.
File Size 743 KB
Installation Count 3,595
Current Version 2.0.1
Last Updated 2023-11-19
Publish Date 2021-05-05
Rating 4.00/5 Total 3 Ratings
Developer https://www.sorteador.com.br
Email [email protected]
Payment Type free
Extension Website https://sorteador.com.br
Help Page URL https://sorteador.com.br/support
Privacy Policy Page URL https://blog.sorteador.com.br/politica-de-privacidade
Supported Languages 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"
            ]
        }
    ]
}