Make News Funny

Replaces text on websites to funnier versions. See http://xkcd.com/1288/ , http://xkcd.com/1625/ & https://xkcd.com/1679/

Apa itu Make News Funny?

Make News Funny adalah ekstensi Chrome yang dikembangkan oleh Vishwajeet Vatharkar, dan fitur utamanya adalah "Replaces text on websites to funnier versions. See http://xkcd.com/1288/ , http://xkcd.com/1625/ & https://xkcd.com/1679/".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Make News Funny

Unduh file ekstensi Make News Funny 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

                        Want to have some fun while reading good-old news?
Try this!
It replaces text on websites to funnier versions. See http://xkcd.com/1288/ , http://xkcd.com/1625/ & https://xkcd.com/1679/                    

Informasi Dasar Ekstensi

Nama Make News Funny Make News Funny
ID edcllekllfpikjpgklmlklkmmodbelid
URL Resmi https://chromewebstore.google.com/detail/make-news-funny/edcllekllfpikjpgklmlklkmmodbelid
Deskripsi Replaces text on websites to funnier versions. See http://xkcd.com/1288/ , http://xkcd.com/1625/ & https://xkcd.com/1679/
Ukuran File 4.4 KB
Jumlah Instalasi 15
Versi Saat Ini 3.0
Terakhir Diperbarui 2016-05-22
Tanggal Publikasi 2016-05-22
Penilaian 5.00/5 Total 4 Penilaian
Pengembang Vishwajeet Vatharkar
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/vishwajeetv/Make-News-Funny
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Make News Funny",
    "version": "3.0",
    "description": "Replaces text on websites to funnier versions. See http:\/\/xkcd.com\/1288\/ , http:\/\/xkcd.com\/1625\/ & https:\/\/xkcd.com\/1679\/",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}