SayWhat.LOL text to Gif generator

Make everything you say sound funny

Apa itu SayWhat.LOL text to Gif generator?

SayWhat.LOL text to Gif generator adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Make everything you say sound funny".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi SayWhat.LOL text to Gif generator

Unduh file ekstensi SayWhat.LOL text to Gif generator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama SayWhat.LOL text to Gif generator SayWhat.LOL text to Gif generator
ID fpckphfndjocalkbefpbpifhfgghjmgh
URL Resmi https://chromewebstore.google.com/detail/saywhatlol-text-to-gif-ge/fpckphfndjocalkbefpbpifhfgghjmgh
Deskripsi Make everything you say sound funny
Ukuran File 65.66 KB
Jumlah Instalasi 40
Versi Saat Ini 1.4
Terakhir Diperbarui 2016-08-16
Tanggal Publikasi 2016-08-16
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Situs Ekstensi https://saywhat.lol
Bahasa yang Didukung 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
}