Facebook Giveaway Helper

Help you to choose the number which is not commented on facebook post.

Cos'è Facebook Giveaway Helper?

Facebook Giveaway Helper è un'estensione di Chrome sviluppata da Skick, e la sua funzione principale è "Help you to choose the number which is not commented on facebook post.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Facebook Giveaway Helper

Scarica i file di estensione Facebook Giveaway Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        A extension help you to choose number to comment on a Facebook post.
You can add extra text, tag some friends, choose randomly a uncommented number or check if your number is commented.                    

Informazioni di Base sull'Estensione

Nome Facebook Giveaway Helper Facebook Giveaway Helper
ID ignalnlejlpkflmjecncpifdnmdjliba
URL Ufficiale https://chrome.google.com/webstore/detail/ignalnlejlpkflmjecncpifdnmdjliba
Descrizione Help you to choose the number which is not commented on facebook post.
Dimensione del File 103 KB
Conteggio Installazioni 39
Versione Corrente 3.0
Ultimo Aggiornamento 2021-06-03
Data di Pubblicazione 2020-02-24
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Skick
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Facebook Giveaway Helper",
    "version": "3.0",
    "description": "Help you to choose the number which is not commented on facebook post.",
    "permissions": [
        "activeTab",
        "https:\/\/*.facebook.com\/*"
    ],
    "background": {
        "scripts": [
            "jquery.js",
            "bootstrap.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        }
    },
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "manifest_version": 2
}