Socialcast high five!

Socialcast high five!

Cos'è Socialcast high five!?

Socialcast high five! è un'estensione di Chrome sviluppata da https://olsenius.com, e la sua funzione principale è "Socialcast high five!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Socialcast high five!

Scarica i file di estensione Socialcast high five! 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

                        Replace like with high five at socialcast.com                    

Informazioni di Base sull'Estensione

Nome Socialcast high five! Socialcast high five!
ID gckagdcjipinndgaipddacbecjfjiedc
URL Ufficiale https://chromewebstore.google.com/detail/socialcast-high-five/gckagdcjipinndgaipddacbecjfjiedc
Descrizione Socialcast high five!
Dimensione del File 36.79 KB
Conteggio Installazioni 17
Versione Corrente 0.0.0.7
Ultimo Aggiornamento 2014-05-11
Data di Pubblicazione 2014-05-11
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore https://olsenius.com
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Olsenius/SocialcastHighFive
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Socialcast high five!",
    "version": "0.0.0.7",
    "manifest_version": 2,
    "description": "Socialcast high five!",
    "permissions": [
        "https:\/\/*.socialcast.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.socialcast.com\/*"
            ],
            "js": [
                "jquery-1.7.2.min.js",
                "highFive.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "replace.js"
    ]
}