Kill News Feed & Stories.

Saves your time by removing the Facebook news feed and Stories in your Browser.

ما هو Kill News Feed & Stories.؟

Kill News Feed & Stories. هو إضافة Chrome تم تطويرها بواسطة arryanggaputra، والميزة الرئيسية لها هي "Saves your time by removing the Facebook news feed and Stories in your Browser.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Kill News Feed & Stories.

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

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

                        Saves your time by removing the Facebook news feed and Stories in your Browser.
Remove the news feed and storiess. That's it. You can still check your messages and notifications, update status, and do everything you could do before. You just won't get distracting news feed posts and stories anymore.

No more wasting time on Facebook. Be Productive!

Changelog:
1.0.2
- reload facebook when configuration changes                    

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

الاسم Kill News Feed & Stories. Kill News Feed & Stories.
ID ggjocnbfiiifcaghdkkpgcpdednmnocb
عنوان URL الرسمي https://chromewebstore.google.com/detail/kill-news-feed-stories/ggjocnbfiiifcaghdkkpgcpdednmnocb
الوصف Saves your time by removing the Facebook news feed and Stories in your Browser.
حجم الملف 60.32 KB
عدد التثبيتات 3,061
النسخة الحالية 1.0.2
آخر تحديث 2020-03-29
تاريخ النشر 2020-03-29
تقييم 2.45/5 مجموع تقييمات 22
المطور arryanggaputra
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://kopi.dev
عنوان صفحة المساعدة https://kopi.dev
اللغات المدعومة en
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "beProductive.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "name": "Kill News Feed & Stories.",
    "description": "Saves your time by removing the Facebook news feed and Stories in your Browser.",
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.2",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab"
    ],
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png"
    }
}