Custom emoticons
custom emoticons on facebook
Cos'è Custom emoticons?
Custom emoticons è un'estensione di Chrome sviluppata da Goran Gajic, e la sua funzione principale è "custom emoticons on facebook".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Custom emoticons
Scarica i file di estensione Custom emoticons 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
Custom emoticons for facebook. Using facebook object ids to display photos and don't add any 3rd party functionality icons by : http://lazycrazy.deviantart.com/
Informazioni di Base sull'Estensione
Nome | Custom emoticons |
ID | hcceghlnfpnbckdkdngdbhfpnhacnmom |
URL Ufficiale | https://chromewebstore.google.com/detail/custom-emoticons/hcceghlnfpnbckdkdngdbhfpnhacnmom |
Descrizione | custom emoticons on facebook |
Dimensione del File | 31.13 KB |
Conteggio Installazioni | 245 |
Versione Corrente | 3 |
Ultimo Aggiornamento | 2012-09-21 |
Data di Pubblicazione | 2012-09-21 |
Valutazione | 3.25/5 Totale 20 Valutazioni |
Sviluppatore | Goran Gajic |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://design4q.com |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Custom emoticons", "version": "3", "manifest_version": 2, "description": "custom emoticons on facebook", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "run_at": "document_idle", "all_frames": true, "js": [ "script.js" ] } ] } |