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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Facebook filter helps filter distracting content on Facebook. You have the option to control what you see or don't see. Filter out…"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Facebook Filter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक 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\/*" ] } |