Sad News Headline

Adds a :/ face to news headlines on the interwebz

What is Sad News Headline?

Sad News Headline is a Chrome extension developed by bingofuel, and its main feature is "Adds a :/ face to news headlines on the interwebz".

Extension Screenshots

screenshot
screenshot

Download Sad News Headline Extension CRX File

Download Sad News Headline 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

                        Do most news story headlines make your face look like :/ ? Sad News Headline removes all the guess work and adds a :/ to a bunch of news headlines on the interwebz!

Source here: https://github.com/bing0fuel/sad-news-headline

Recent Updates:
2015-02-10 - Added support for additional news outlet
2015-02-07 - Changed name of extension due to DMCA
2014-01-20 - Fixed for new [REDACTED] design, thanks to Kladky                    

Extension Basic Information

Name Sad News Headline Sad News Headline
ID gdaabfgjknafmlfndplaeincmlleblja
Official URL https://chromewebstore.google.com/detail/sad-news-headline/gdaabfgjknafmlfndplaeincmlleblja
Description Adds a :/ face to news headlines on the interwebz
File Size 16.2 KB
Installation Count 85
Current Version 1.1.1
Last Updated 2017-09-15
Publish Date 2017-09-15
Rating 5.00/5 Total 2 Ratings
Developer bingofuel
Payment Type free
Extension Website https://github.com/bing0fuel/sad-news-headline
Help Page URL https://github.com/bing0fuel/sad-news-headline/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sad News Headline",
    "description": "Adds a :\/ face to news headlines on the interwebz",
    "version": "1.1.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "http:\/\/*.cnn.com\/",
        "http:\/\/*.bbc.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.cnn.com\/*",
                "*:\/\/*.bbc.com\/*"
            ],
            "js": [
                "app.js"
            ],
            "run_at": "document_end"
        }
    ]
}