Facebook Filter

Facebook filter helps filter distracting content on Facebook. You have the option to control what you see or don't see. Filter out…

Facebook Filterคืออะไร?

Facebook Filter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย robertn702 และคุณลักษณะหลักของมันคือ "Facebook filter helps filter distracting content on Facebook. You have the option to control what you see or don't see. Filter out…"

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

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

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

                        Facebook filter helps filter distracting content on Facebook. You have the option to control what you see or don't see. Filter out sponsored content, suggested posts, trends, and comments.                    

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

ชื่อ Facebook Filter Facebook Filter
ID mabickldiheieelakeaafdamccgfekin
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/facebook-filter/mabickldiheieelakeaafdamccgfekin
คำอธิบาย Facebook filter helps filter distracting content on Facebook. You have the option to control what you see or don't see. Filter out…
ขนาดไฟล์ 145 KB
จำนวนการติดตั้ง 60
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2016-09-01
วันที่เผยแพร่ 2016-09-01
ผู้พัฒนา robertn702
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Facebook Filter",
    "description": "",
    "version": "1.1.0",
    "page_action": {
        "default_title": "Facebook Filter"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoPNVOhFRrRu3ZYqLNiN+tz98rPJ1DiVnXjvUcc0i0CeGhJEjSCC2gVTKOmn+Vt0tDsEoeBZlqQFXXn3IEKjmS3SOq6yw2MqwXyKVjhQPazWZVkP3CTGv+BsiRHMy2uLm1+HVEwKSKH6JSLzMriIxMY8PuGE5ZZOkegiVsr7JQRAew5V61Uz2NgYfdhuHvErhqcaUzl\/tBn0QPLX4\/ZkiCzgooP+a7ndM8UmBXVGUrotb\/43aYidQemXwQnbB93HVyciqxTnfx3123+i8s3E1hSqG0eWaLRemvY8RiqwRyw3APuHfttyGOFNPiJ21r4PjB\/yCPQdXYvQAr7SDKmo73QIDAQAB",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                ".\/styles\/content.css"
            ],
            "js": [
                ".\/js\/content.js"
            ],
            "matches": [
                "*:\/\/www.facebook.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "..\/node_modules\/jquery\/dist\/jquery.min.js",
        "js\/content.css",
        "js\/content.js",
        "js\/options.css",
        "js\/options.js",
        "images\/*"
    ]
}