Better Fox News

Instantly improve Fox News by adding exlamation marks to the headers.

ما هو Better Fox News؟

Better Fox News هو إضافة Chrome تم تطويرها بواسطة arondeparon، والميزة الرئيسية لها هي "Instantly improve Fox News by adding exlamation marks to the headers.".

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

screenshot

تحميل ملف CRX للإضافة Better Fox News

قم بتنزيل ملفات الامتداد Better Fox News بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Better Fox News instantly improves Fox News by adding random exclamation marks to the headlines.

1. Install plugin
2. Visit http://www.foxnews.com
3. Profit

PS: Some people say this might the best plugin ever published.                    

معلومات أساسية عن التمديد

الاسم Better Fox News Better Fox News
ID gpeegiacncibheagdgpgcllafcdcmain
عنوان URL الرسمي https://chrome.google.com/webstore/detail/better-fox-news/gpeegiacncibheagdgpgcllafcdcmain
الوصف Instantly improve Fox News by adding exlamation marks to the headers.
حجم الملف 3.42 KB
عدد التثبيتات 135
النسخة الحالية 1.1
آخر تحديث 2015-07-28
تاريخ النشر 2015-07-28
تقييم 5.00/5 مجموع تقييمات 2
المطور arondeparon
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better Fox News",
    "description": "Instantly improve Fox News by adding exlamation marks to the headers.",
    "version": "1.1",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.foxnews.com\/*"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_end"
        }
    ]
}