Sad News Headline

Adds a :/ face to news headlines on the interwebz

ما هو Sad News Headline؟

Sad News Headline هو إضافة Chrome تم تطويرها بواسطة bingofuel، والميزة الرئيسية لها هي "Adds a :/ face to news headlines on the interwebz".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Sad News Headline

قم بتنزيل ملفات الامتداد Sad News Headline بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
        }
    ]
}