UnFriendAll
unfriend your facebook contacts
What is UnFriendAll?
UnFriendAll is a Chrome extension developed by https://www.momiplay.com, and its main feature is "unfriend your facebook contacts".
Extension Screenshots
Download UnFriendAll Extension CRX File
Download UnFriendAll extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
How important you are in your friend's mind? How long you don't interact with some of your friends? How many friends you don't want to contact any more for some reason? UnFriendAll can help you manage your friend list efficiently. Say goodbye to low interaction friends and have a nice touch with high interaction friends. UnFriendAll is there to help. Enjoy it!
Extension Basic Information
Name | UnFriendAll |
ID | hepfdojjepkcbjibihddkangmhecjifk |
Official URL | https://chromewebstore.google.com/detail/unfriendall/hepfdojjepkcbjibihddkangmhecjifk |
Description | unfriend your facebook contacts |
File Size | 241 KB |
Installation Count | 601 |
Current Version | 1.0 |
Last Updated | 2021-08-13 |
Publish Date | 2021-08-12 |
Rating | 3.50/5 Total 4 Ratings |
Developer | https://www.momiplay.com |
[email protected] | |
Payment Type | in_app |
Extension Website | https://www.momiplay.com |
Help Page URL | https://www.momiplay.com/73.html |
Privacy Policy Page URL | https://mypdfclub.com/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "UnFriendAll", "description": "unfriend your facebook contacts", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "version": "1.0", "permissions": [ "storage", "webNavigation", "identity", "scripting" ], "host_permissions": [ "https:\/\/m.facebook.com\/*" ], "background": { "service_worker": "service-worker.js" }, "action": { "default_icon": "images\/icon16.png", "default_title": "UnFriendAll", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/m.facebook.com\/friends\/center\/friends*" ], "css": [ "css\/style-content.css", "css\/layer.css" ], "js": [ "js\/jquery-2.2.1.js", "js\/layer.js", "js\/content_script.js" ] } ], "options_page": "options.html", "manifest_version": 3 } |