SayWhat.LOL text to Gif generator

Make everything you say sound funny

Co to jest SayWhat.LOL text to Gif generator?

SayWhat.LOL text to Gif generator to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Make everything you say sound funny”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia SayWhat.LOL text to Gif generator

Pobierz pliki rozszerzeń SayWhat.LOL text to Gif generator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa SayWhat.LOL text to Gif generator SayWhat.LOL text to Gif generator
ID fpckphfndjocalkbefpbpifhfgghjmgh
Oficjalny URL https://chromewebstore.google.com/detail/saywhatlol-text-to-gif-ge/fpckphfndjocalkbefpbpifhfgghjmgh
Opis Make everything you say sound funny
Rozmiar pliku 65.66 KB
Liczba instalacji 40
Aktualna Wersja 1.4
Ostatnia Aktualizacja 2016-08-16
Data Publikacji 2016-08-16
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper Unknown
Typ Płatności free
Strona Rozszerzenia https://saywhat.lol
Obsługiwane Języki 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
}