BuzzKill

Reclaim your news feed.

ما هو BuzzKill؟

BuzzKill هو إضافة Chrome تم تطويرها بواسطة https://hartleybrody.com، والميزة الرئيسية لها هي "Reclaim your news feed.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة BuzzKill

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

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

                        BuzzKill is a Chrome Extension that automatically removes all Buzz Feed content from your Facebook browsing experience.

"This extension has helped me reclaim hours of my day!" -Happy User

"I finally feel like I have my life back" -Happy User

"With BuzzKill installed, I can rest assured knowing that my children are safe from the most soul-sucking content on the entire internet." -Happy User                    

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

الاسم BuzzKill BuzzKill
ID dfglcbondofhakncnkoajpmimopmaggc
عنوان URL الرسمي https://chromewebstore.google.com/detail/buzzkill/dfglcbondofhakncnkoajpmimopmaggc
الوصف Reclaim your news feed.
حجم الملف 937 KB
عدد التثبيتات 55
النسخة الحالية 2.0.0.0
آخر تحديث 2015-01-27
تاريخ النشر 2015-01-27
تقييم 4.75/5 مجموع تقييمات 8
المطور https://hartleybrody.com
نوع الدفع free
موقع الإضافة http://blog.hartleybrody.com/chrome-extension/
عنوان صفحة المساعدة https://github.com/hartleybrody/buzzkill
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BuzzKill",
    "description": "Reclaim your news feed.",
    "version": "2.0.0.0",
    "icons": {
        "128": "images\/buzzkill-logo.jpg"
    },
    "permissions": [
        "https:\/\/www.facebook.com\/",
        "http:\/\/www.facebook.com\/",
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "bootstrap.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.facebook.com\/*",
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "libs\/underscore.min.js",
                "buzzkill.js"
            ]
        }
    ],
    "page_action": {
        "default_title": "BuzzKill",
        "default_icon": "images\/buzzkill-logo.jpg",
        "default_popup": "popup.html"
    }
}