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
Eメール [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
}