LinkedIn Feed Blocker

Block your LinkedIn feed to remove updates from your network, companies you follow, recommended content, and sponsored content.

ما هو LinkedIn Feed Blocker؟

LinkedIn Feed Blocker هو إضافة Chrome تم تطويرها بواسطة Luc Boruta، والميزة الرئيسية لها هي "Block your LinkedIn feed to remove updates from your network, companies you follow, recommended content, and sponsored content.".

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

screenshot

تحميل ملف CRX للإضافة LinkedIn Feed Blocker

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

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

                        Block your LinkedIn feed to remove updates from your network, companies you follow, recommended content, and sponsored content. This extension is open source software, see the homepage URL for more information.                    

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

الاسم LinkedIn Feed Blocker LinkedIn Feed Blocker
ID bacadbohjalkmmopkbfjhpafninfhano
عنوان URL الرسمي https://chrome.google.com/webstore/detail/linkedin-feed-blocker/bacadbohjalkmmopkbfjhpafninfhano
الوصف Block your LinkedIn feed to remove updates from your network, companies you follow, recommended content, and sponsored content.
حجم الملف 64.08 KB
عدد التثبيتات 3,000
النسخة الحالية 0.0.2
آخر تحديث 2019-10-17
تاريخ النشر 2019-10-17
تقييم 4.68/5 مجموع تقييمات 40
المطور Luc Boruta
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/lucboruta/linkedin-feed-blocker
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "linkedin-feed-blocker.css"
            ],
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ]
        }
    ],
    "description": "Block your LinkedIn feed to remove updates from your network, companies you follow, recommended content, and sponsored content.",
    "icons": {
        "16": "img\/ghost-16.png",
        "128": "img\/ghost-128.png",
        "512": "img\/ghost-512.png"
    },
    "manifest_version": 2,
    "name": "LinkedIn Feed Blocker",
    "version": "0.0.2"
}