Feedblocker

Remove feeds from LinkedIn.

Feedblockerคืออะไร?

Feedblocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Remove feeds from LinkedIn."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Feedblocker

ดาวน์โหลดไฟล์ส่วนขยาย Feedblocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Feedblocker is an extension that removes the feed from your LinkedIn home page to reduce distraction. 

How it works:
1. Install the extension
2. Pin the extension so it is easily accessible
3. Click on the extension while on the LinkedIn home page to remove the feed
4. To bring the feed back, click on the extension again

Feedblocker is not affiliated with LinkedIn.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Feedblocker Feedblocker
ID obehkecmojmkiikdffbmnobnnmgikkfa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/feedblocker/obehkecmojmkiikdffbmnobnnmgikkfa
คำอธิบาย Remove feeds from LinkedIn.
ขนาดไฟล์ 9.15 KB
จำนวนการติดตั้ง 132
เวอร์ชันปัจจุบัน 0.3
อัปเดตครั้งล่าสุด 2021-02-22
วันที่เผยแพร่ 2021-02-10
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.feedblocker.com
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Feedblocker",
    "description": "Remove feeds from LinkedIn.",
    "version": "0.3",
    "minimum_chrome_version": "16.0.884",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "feeds.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Remove LinkedIn feed",
        "default_icon": "icon128.png"
    },
    "manifest_version": 2,
    "icons": {
        "128": "icon128.png"
    }
}