Make News Funny
Replaces text on websites to funnier versions. See http://xkcd.com/1288/ , http://xkcd.com/1625/ & https://xkcd.com/1679/
What is Make News Funny?
Make News Funny is a Chrome extension developed by Vishwajeet Vatharkar, and its main feature is "Replaces text on websites to funnier versions. See http://xkcd.com/1288/ , http://xkcd.com/1625/ & https://xkcd.com/1679/".
Extension Screenshots
Download Make News Funny Extension CRX File
Download Make News Funny 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
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/
Extension Basic Information
Name | Make News Funny |
ID | edcllekllfpikjpgklmlklkmmodbelid |
Official URL | https://chromewebstore.google.com/detail/make-news-funny/edcllekllfpikjpgklmlklkmmodbelid |
Description | Replaces text on websites to funnier versions. See http://xkcd.com/1288/ , http://xkcd.com/1625/ & https://xkcd.com/1679/ |
File Size | 4.4 KB |
Installation Count | 15 |
Current Version | 3.0 |
Last Updated | 2016-05-22 |
Publish Date | 2016-05-22 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Vishwajeet Vatharkar |
vishwajeetvatharkar@gmail.com | |
Payment Type | free |
Extension Website | https://github.com/vishwajeetv/Make-News-Funny |
Supported Languages | 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" } ] } |