Lick is the new Like
Change the Like button and icon on Facebook for the Lick button and icon.
Cos'è Lick is the new Like?
Lick is the new Like è un'estensione di Chrome sviluppata da buzzmn, e la sua funzione principale è "Change the Like button and icon on Facebook for the Lick button and icon.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Lick is the new Like
Scarica i file di estensione Lick is the new Like 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
Easily change the Like button and thumbs-up icon on Facebook for the Lick button and tongue icon! Lick is the new Like; it's time to lick what you truly love! Informazioni di Base sull'Estensione
| Nome | |
| ID | jkoehmomjjooddbgfjoghgblllakfnje |
| URL Ufficiale | https://chromewebstore.google.com/detail/lick-is-the-new-like/jkoehmomjjooddbgfjoghgblllakfnje |
| Descrizione | Change the Like button and icon on Facebook for the Lick button and icon. |
| Dimensione del File | 51.95 KB |
| Conteggio Installazioni | 125 |
| Versione Corrente | 1.0.2 |
| Ultimo Aggiornamento | 2014-01-21 |
| Data di Pubblicazione | 2014-01-21 |
| Valutazione | 3.78/5 Totale 18 Valutazioni |
| Sviluppatore | buzzmn |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"content_scripts": [
{
"js": [
"jquery.min.js",
"extension.js"
],
"matches": [
"*:\/\/*.facebook.com\/*"
]
}
],
"name": "Lick is the new Like",
"description": "Change the Like button and icon on Facebook for the Lick button and icon.",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"version": "1.0.2"
} | |