SayWhat.LOL text to Gif generator
Make everything you say sound funny
Wat is SayWhat.LOL text to Gif generator?
SayWhat.LOL text to Gif generator is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Make everything you say sound funny".
Extensie Screenshots
Download het CRX-bestand van de extensie SayWhat.LOL text to Gif generator
Download SayWhat.LOL text to Gif generator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | fpckphfndjocalkbefpbpifhfgghjmgh |
Officiële URL | https://chromewebstore.google.com/detail/saywhatlol-text-to-gif-ge/fpckphfndjocalkbefpbpifhfgghjmgh |
Beschrijving | Make everything you say sound funny |
Bestandsgrootte | 65.66 KB |
Aantal Installaties | 40 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2016-08-16 |
Publicatiedatum | 2016-08-16 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Extensiewebsite | https://saywhat.lol |
Ondersteunde Talen | 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 } |