UnFriendAll

unfriend your facebook contacts

什么是UnFriendAll?

UnFriendAll是由https://www.momiplay.com开发的Chrome扩展程序,该扩展的主要功能是“unfriend your facebook contacts”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载UnFriendAll扩展crx文件

下载UnFriendAll扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 UnFriendAll UnFriendAll
ID hepfdojjepkcbjibihddkangmhecjifk
官方URL https://chromewebstore.google.com/detail/unfriendall/hepfdojjepkcbjibihddkangmhecjifk
简介 unfriend your facebook contacts
文件大小 241 KB
安装次数 601
当前版本 1.0
更新时间 2021-08-13
上架时间 2021-08-12
评分 3.50/5 共4次评分
开发者 https://www.momiplay.com
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://www.momiplay.com
帮助页面URL https://www.momiplay.com/73.html
隐私政策页面URL https://mypdfclub.com/privacy-policy
支持的语言 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
}