Unfollow Everything on Facebook Fast
Unfollow Everything unfollows all friends, pages and groups in your Facebook News Feed.
Unfollow Everything on Facebook Fast क्या है?
Unfollow Everything on Facebook Fast Red Chrome द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Unfollow Everything unfollows all friends, pages and groups in your Facebook News Feed."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Unfollow Everything on Facebook Fast एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This tool allows you to delete your Facebook News Feed by unfollowing your friends, groups, and pages. This isn’t the same as unfriending. If you unfollow your friends and groups, you’re still connected to them, and you can look up their profiles if you want. But by unfollowing everything, you eliminate your News Feed. This leaves you free to use Facebook without the feed, or to more actively curate it by refollowing only those friends and groups whose posts you really want to see.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ogjpnnnookdhieoajbecmmgpgkeepnao |
आधिकारिक URL | https://chrome.google.com/webstore/detail/unfollow-everything-on-fa/ogjpnnnookdhieoajbecmmgpgkeepnao |
विवरण | Unfollow Everything unfollows all friends, pages and groups in your Facebook News Feed. |
फ़ाइल का आकार | 304 KB |
स्थापना संख्या | 1,710 |
वर्तमान संस्करण | 0.0.2 |
अंतिम अपडेट | 2022-11-28 |
प्रकाशन तिथि | 2021-10-21 |
रेटिंग | 3.42/5 कुल 12 रेटिंग्स |
डेवलपर | Red Chrome |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://redchrome100.wordpress.com/twitter-blaster/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.0.2", "name": "Unfollow Everything on Facebook Fast", "permissions": [ "storage", "idle", "tabs" ], "description": "Unfollow Everything unfollows all friends, pages and groups in your Facebook News Feed.", "icons": { "16": "img\/logo16.png", "48": "img\/logo48.png", "128": "img\/logo128.png" }, "browser_action": { "default_popup": "html\/pages\/popup.html" }, "options_ui": { "page": "html\/pages\/options_home.html", "chrome_style": false, "open_in_tab": true }, "web_accessible_resources": [ "img\/*", "fonts\/*", "html\/*", "css\/*" ], "background": { "scripts": [ "config.js", "js\/vars\/defaults.js", "js\/vars\/amplitude-credentials.js", "js\/vendor\/amplitude-instance.js", "js\/vendor\/moment.min.js", "js\/background\/utils\/lib.js", "js\/background\/init.js", "js\/background\/settings.js", "js\/background\/logger.js", "js\/background\/listeners.js", "js\/background\/messager.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/www.facebook.com\/*", "*:\/\/facebook.com\/*", "*:\/\/web.facebook.com\/*" ], "js": [ "config.js", "js\/content\/vars\/vars.js", "js\/content\/storage\/html.js", "js\/vendor\/moment.min.js", "js\/content\/utils\/lib.js", "js\/content\/utils\/fetch-retry.js", "js\/content\/unfollower2.js" ], "run_at": "document_start" } ] } |