Sad News Headline

Adds a :/ face to news headlines on the interwebz

Sad News Headline क्या है?

Sad News Headline bingofuel द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a :/ face to news headlines on the interwebz"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Sad News Headline एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Sad News Headline Sad News Headline
ID gdaabfgjknafmlfndplaeincmlleblja
आधिकारिक URL https://chromewebstore.google.com/detail/sad-news-headline/gdaabfgjknafmlfndplaeincmlleblja
विवरण Adds a :/ face to news headlines on the interwebz
फ़ाइल का आकार 16.2 KB
स्थापना संख्या 85
वर्तमान संस्करण 1.1.1
अंतिम अपडेट 2017-09-15
प्रकाशन तिथि 2017-09-15
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर bingofuel
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/bing0fuel/sad-news-headline
सहायता पृष्ठ URL https://github.com/bing0fuel/sad-news-headline/issues
समर्थित भाषाएँ 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"
        }
    ]
}