News Feed Eradicator for LinkedIn

Find yourself spending too much time on LinkedIn? Eradicate distractions by replacing your entire news feed with an inspiring quote.

News Feed Eradicator for LinkedInคืออะไร?

News Feed Eradicator for LinkedIn เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TQ และคุณลักษณะหลักของมันคือ "Find yourself spending too much time on LinkedIn? Eradicate distractions by replacing your entire news feed with an inspiring quote."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย News Feed Eradicator for LinkedIn

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

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

                        Find yourself spending too much time on LinkedIn? Eradicate distractions by replacing your entire news feed with an inspiring quote.

Do you often want to check LinkedIn, and then find yourself disappearing for hours as you are consumed by the bottomless pit that is the News Feed? Do you want your life back, but can't bear to delete Facebook altogether?

Enter; News Feed Eradicator for LinkedIn. Your life will never be the same again.

News Feed Eradicator for LinkedIn removes your news feed (and live ticker) and replaces it instead with an inspirational quote.

Credit to the original News Feed Eradicator for Facebook: https://chrome.google.com/webstore/detail/news-feed-eradicator-for/fjcldmjmjhkklehbacihaiopjklihlgg?hl=en                    

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

ชื่อ News Feed Eradicator for LinkedIn News Feed Eradicator for LinkedIn
ID imnflflfleoebjmgheadhhjboofoocln
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/news-feed-eradicator-for/imnflflfleoebjmgheadhhjboofoocln
คำอธิบาย Find yourself spending too much time on LinkedIn? Eradicate distractions by replacing your entire news feed with an inspiring quote.
ขนาดไฟล์ 34.25 KB
จำนวนการติดตั้ง 255
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2020-07-25
วันที่เผยแพร่ 2020-07-25
คะแนน 2.25/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา TQ
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/tomquirk/news-feed-eradicator
URL หน้าช่วยเหลือ https://github.com/tomquirk/news-feed-eradicator/issues
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "News Feed Eradicator for LinkedIn",
    "version": "1.0.0",
    "description": "Find yourself spending too much time on LinkedIn? Eradicate distractions by replacing your entire news feed with an inspiring quote.",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "https:\/\/www.linkedin.com\/*",
        "http:\/\/www.linkedin.com\/*"
    ],
    "icons": {
        "16": "icon16.jpg",
        "48": "icon48.jpg",
        "128": "icon128.jpg"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "@news-feed-eradicator"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*",
                "http:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "intercept.js"
            ],
            "css": [
                "eradicate.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*",
                "http:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "eradicate.js"
            ],
            "css": [
                "eradicate.css"
            ],
            "run_at": "document_idle"
        }
    ]
}