NEX Sticker for Facebook

This extension contains a lot of sticker for Facebook

Cos'è NEX Sticker for Facebook ?

NEX Sticker for Facebook è un'estensione di Chrome sviluppata da Tuan Ngo, e la sua funzione principale è "This extension contains a lot of sticker for Facebook".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione NEX Sticker for Facebook

Scarica i file di estensione NEX Sticker for Facebook 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

                                            

Informazioni di Base sull'Estensione

Nome NEX Sticker for Facebook NEX Sticker for Facebook
ID mgbmkapifmkokkcadmbgfbaegjhoninj
URL Ufficiale https://chrome.google.com/webstore/detail/nex-sticker-for-facebook/mgbmkapifmkokkcadmbgfbaegjhoninj
Descrizione This extension contains a lot of sticker for Facebook
Dimensione del File 295 KB
Conteggio Installazioni 17
Versione Corrente 1.2
Ultimo Aggiornamento 2015-08-27
Data di Pubblicazione 2015-08-27
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore Tuan Ngo
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NEX Sticker for Facebook ",
    "description": "This extension contains a lot of sticker for Facebook",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*",
                "*:\/\/loc.nex.vn\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "libs\/jquery.js",
                "js\/myscript.js",
                "libs\/handlebars.runtime-v3.0.3.js",
                "libs\/scrollspy.js"
            ]
        }
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/cdn.mxpnl.com\/libs\/mixpanel-2-latest.min.js; object-src 'self'",
    "permissions": [
        "activeTab",
        "background",
        "downloads",
        "storage",
        "alarms",
        "https:\/\/ajax.googleapis.com\/",
        "*:\/\/loc.nex.vn\/*"
    ],
    "web_accessible_resources": [
        "img\/*.png",
        "css\/style.css",
        "js\/*.js",
        "tmpl\/*"
    ]
}