Unfollow Everything on Facebook Fast
Unfollow Everything unfollows all friends, pages and groups in your Facebook News Feed.
Qu'est-ce que Unfollow Everything on Facebook Fast ?
Unfollow Everything on Facebook Fast est une extension Chrome développée par Red Chrome, et sa fonction principale est "Unfollow Everything unfollows all friends, pages and groups in your Facebook News Feed.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Unfollow Everything on Facebook Fast
Téléchargez les fichiers d'extension Unfollow Everything on Facebook Fast au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | ogjpnnnookdhieoajbecmmgpgkeepnao |
URL Officiel | https://chrome.google.com/webstore/detail/unfollow-everything-on-fa/ogjpnnnookdhieoajbecmmgpgkeepnao |
Description | Unfollow Everything unfollows all friends, pages and groups in your Facebook News Feed. |
Taille du Fichier | 304 KB |
Nombre d'Installations | 1,710 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2022-11-28 |
Date de Publication | 2021-10-21 |
Évaluation | 3.42/5 Total 12 Évaluations |
Développeur | Red Chrome |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://redchrome100.wordpress.com/twitter-blaster/privacy-policy |
Langues Prises en Charge | 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" } ] } |