Unfollow everyone on facebook with one click

Facebook doesn't have an unfollow all option. Unfollow all FB friends, groups & pages with one click. A 360° social media detox tool

Unfollow everyone on facebook with one clickคืออะไร?

Unfollow everyone on facebook with one click เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TMP และคุณลักษณะหลักของมันคือ "Facebook doesn't have an unfollow all option. Unfollow all FB friends, groups & pages with one click. A 360° social media detox tool"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Unfollow everyone on facebook with one click

ดาวน์โหลดไฟล์ส่วนขยาย Unfollow everyone on facebook with one click ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Fastest way to unfollow all your facebook friends at once. Facebook doesn't have an option to unfollow all your friends, groups and pages. If you are following more than 1000 people, it is an arduous task. Our tool helps you in your social media detox plan and helps you unfollow all your friends at once.

Click "Add to chrome", Log in to your facebook account, click the extension and choose the unfollow option. Wait for a few minutes till the processing completes.

Our key feature:
1. Instant removal of all friends, pages and groups with one click.

Privacy notice:
We don't use any personally identifiable information or track any usage. We don't store or send any data to our servers, this social media detox tool is serverless.

Frequently Asked Questions:
1. Can I undo unfollowing?
No, once you have unfollowed, you cannot undo the action. You ll have to manually refollow.
2.How long does unfollowing take?
The app simulates your user action. So let the app run for a few minutes for it to unfollow all your friends and pages.
3. Can I change tabs in the middle of the operation.
No, you shouldn't change tabs until the unfollowing is complete. A few minutes spent now to unfollow will provide you with so many hours of productivity.

Upcoming features:
1. Set scroll limit for posts.
2. Set time limit for facebook usage.
3. Leave groups
4. Unlike pages

Update:
1.0 - Core functionalities, first release.
1.1 - UI/UX enhancements.

Github link:
https://github.com/EaswarAiyer/fbunfollow
People interested to contribute and keep it updated can directly contact the developer, github link is provided.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Unfollow everyone on facebook with one click Unfollow everyone on facebook with one click
ID pijkodjelolnmbehifeokihlodnajela
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/unfollow-everyone-on-face/pijkodjelolnmbehifeokihlodnajela
คำอธิบาย Facebook doesn't have an unfollow all option. Unfollow all FB friends, groups & pages with one click. A 360° social media detox tool
ขนาดไฟล์ 34.05 KB
จำนวนการติดตั้ง 15,231
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2021-10-19
วันที่เผยแพร่ 2020-08-24
คะแนน 3.44/5 รวมทั้งหมด 104 คะแนน
ผู้พัฒนา TMP
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unfollow everyone on facebook with one click",
    "version": "2.0",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "description": "Facebook doesn't have an unfollow all option. Unfollow all FB friends, groups & pages with one click. A 360\u00b0 social media detox tool",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/facebook.png",
            "32": "images\/facebook.png",
            "48": "images\/facebook.png",
            "128": "images\/facebook.png"
        }
    },
    "icons": {
        "16": "images\/facebook.png",
        "32": "images\/facebook.png",
        "48": "images\/facebook.png",
        "128": "images\/facebook.png"
    },
    "manifest_version": 2
}