Facebook Sorteio Por Compartilhamento

Sortear

Wat is Facebook Sorteio Por Compartilhamento?

Facebook Sorteio Por Compartilhamento is een Chrome-extensie ontwikkeld door https://schirrel.dev, en de belangrijkste functie is "Sortear".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Facebook Sorteio Por Compartilhamento

Download Facebook Sorteio Por Compartilhamento-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Facebook Sorteio Por Compartilhamento Facebook Sorteio Por Compartilhamento
ID boickmkngjjbglhpcbjhcfaliponmaep
Officiële URL https://chromewebstore.google.com/detail/facebook-sorteio-por-comp/boickmkngjjbglhpcbjhcfaliponmaep
Beschrijving Sortear
Bestandsgrootte 171 KB
Aantal Installaties 246
Huidige Versie 3.0.1
Laatst Bijgewerkt 2020-08-01
Publicatiedatum 2020-07-31
Ontwikkelaar https://schirrel.dev
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://schirrel.dev
Help Pagina-URL http://schirrel.dev
URL van de Privacybeleid Pagina https://schirrel.dev/privacy-policy.html
Ondersteunde Talen 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"
    }
}