SayWhat.LOL text to Gif generator
Make everything you say sound funny
Cos'è SayWhat.LOL text to Gif generator?
SayWhat.LOL text to Gif generator è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Make everything you say sound funny".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SayWhat.LOL text to Gif generator
Scarica i file di estensione SayWhat.LOL text to Gif generator 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
Transform your text to matching gifs on Facebook, Twitter, Gmail, forums and anywhere you like. Make everything you say sound funnier. Simply enclose your text between square brackets to get gifs, e.g. [Have Fun], [I'm excited to try this], [this is awesome], you get the idea.
Informazioni di Base sull'Estensione
Nome | |
ID | fpckphfndjocalkbefpbpifhfgghjmgh |
URL Ufficiale | https://chromewebstore.google.com/detail/saywhatlol-text-to-gif-ge/fpckphfndjocalkbefpbpifhfgghjmgh |
Descrizione | Make everything you say sound funny |
Dimensione del File | 65.66 KB |
Conteggio Installazioni | 40 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2016-08-16 |
Data di Pubblicazione | 2016-08-16 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://saywhat.lol |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SayWhat.LOL text to Gif generator", "short_name": "SayWhat.LOL", "description": "Make everything you say sound funny", "version": "1.4", "permissions": [ "activeTab", "https:\/\/saywhat.lol\/", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "parakeet.js" ], "all_frames": true } ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2 } |