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是由robertn702開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載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.
擴展基本資訊
名稱 | ![]() |
ID | mabickldiheieelakeaafdamccgfekin |
官方網址 | 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\/*" ] } |