Downworthy

Replaces hyberbolic headlines from bombastic viral websites with a slightly more realistic version.

What is Downworthy?

Downworthy is a Chrome extension developed by https://www.snipe.net, and its main feature is "Replaces hyberbolic headlines from bombastic viral websites with a slightly more realistic version.".

Extension Screenshots

screenshot

Download Downworthy Extension CRX File

Download Downworthy 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

                        Downworthy replaces hyberbolic headlines from bombastic viral websites with a slightly more realistic version. "Literally" becomes "figuratively", "Will Blow Your Mind" becomes "Might Perhaps Mildly Entertain You For a Moment", and so on. Visit the website at downworthy.snipe.net for more info.                    

Extension Basic Information

Name Downworthy Downworthy
ID pkaoiecplgdldkfihclpndbakokopjde
Official URL https://chromewebstore.google.com/detail/downworthy/pkaoiecplgdldkfihclpndbakokopjde
Description Replaces hyberbolic headlines from bombastic viral websites with a slightly more realistic version.
File Size 27.97 KB
Installation Count 1,508
Current Version 0.0.8
Last Updated 2014-02-19
Publish Date 2014-02-19
Rating 4.24/5 Total 112 Ratings
Developer https://www.snipe.net
Payment Type free
Extension Website http://downworthy.snipe.net
Help Page URL http://downworthy.snipe.net
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Downworthy",
    "version": "0.0.8",
    "description": "Replaces hyberbolic headlines from bombastic viral websites with a slightly more realistic version.",
    "permissions": [
        "storage"
    ],
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon19-on.png",
        "default_title": "Toggle Downworthy"
    },
    "content_security_policy": "default-src 'none'; script-src 'self'",
    "options_page": "options.html"
}