SayWhat.LOL text to Gif generator

Make everything you say sound funny

What is SayWhat.LOL text to Gif generator?

SayWhat.LOL text to Gif generator is a Chrome extension developed by Unknown, and its main feature is "Make everything you say sound funny".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download SayWhat.LOL text to Gif generator Extension CRX File

Download SayWhat.LOL text to Gif generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name SayWhat.LOL text to Gif generator SayWhat.LOL text to Gif generator
ID fpckphfndjocalkbefpbpifhfgghjmgh
Official URL https://chromewebstore.google.com/detail/saywhatlol-text-to-gif-ge/fpckphfndjocalkbefpbpifhfgghjmgh
Description Make everything you say sound funny
File Size 65.66 KB
Installation Count 40
Current Version 1.4
Last Updated 2016-08-16
Publish Date 2016-08-16
Rating 5.00/5 Total 3 Ratings
Developer Unknown
Payment Type free
Extension Website https://saywhat.lol
Supported Languages 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
}