SayWhat.LOL text to Gif generator
Make everything you say sound funny
Was ist SayWhat.LOL text to Gif generator?
SayWhat.LOL text to Gif generator ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Make everything you say sound funny".
Erweiterungsscreenshots
SayWhat.LOL text to Gif generator-Erweiterungs-CRX-Datei herunterladen
Laden Sie SayWhat.LOL text to Gif generator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | fpckphfndjocalkbefpbpifhfgghjmgh |
Offizielle URL | https://chromewebstore.google.com/detail/saywhatlol-text-to-gif-ge/fpckphfndjocalkbefpbpifhfgghjmgh |
Beschreibung | Make everything you say sound funny |
Dateigröße | 65.66 KB |
Installationsanzahl | 40 |
Aktuelle Version | 1.4 |
Letztes Update | 2016-08-16 |
Veröffentlichungsdatum | 2016-08-16 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | Unknown |
Zahlungsart | free |
Erweiterungswebsite | https://saywhat.lol |
Unterstützte Sprachen | 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 } |