Linkedin Feed Filter

This extension filters linkedin feed.

Linkedin Feed Filterคืออะไร?

Linkedin Feed Filter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย developerJustforFun และคุณลักษณะหลักของมันคือ "This extension filters linkedin feed."

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

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

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

                        Go to Linkedin, click on the extension button, now enjoy important information.                    

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

ชื่อ Linkedin Feed Filter Linkedin Feed Filter
ID njojdkpdfggbkkfaajlcmbniicijcndj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/linkedin-feed-filter/njojdkpdfggbkkfaajlcmbniicijcndj
คำอธิบาย This extension filters linkedin feed.
ขนาดไฟล์ 49.21 KB
จำนวนการติดตั้ง 11
เวอร์ชันปัจจุบัน 1.0.9.8
อัปเดตครั้งล่าสุด 2017-10-12
วันที่เผยแพร่ 2017-10-12
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา developerJustforFun
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,es,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "page": "background.html"
    },
    "version": "1.0.9.8",
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "name": "__MSG_extName__",
    "permissions": [
        "tabs",
        "",
        "management"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "javascripts\/jquery-1.11.0.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}