TikTok Unfollower

A handy tool to unfollow all accounts on TikTok with a single click.

ما هو TikTok Unfollower؟

TikTok Unfollower هو إضافة Chrome تم تطويرها بواسطة neatleap، والميزة الرئيسية لها هي "A handy tool to unfollow all accounts on TikTok with a single click.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة TikTok Unfollower

قم بتنزيل ملفات الامتداد TikTok Unfollower بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This browser extension, named "TikTok Unfollow All", allows TikTok users to unfollow all the accounts they are currently following with just one click. This tool can be particularly useful for users who follow a large number of accounts and want to clean up their following list quickly and efficiently.

How to Use
Log in to TikTok: Navigate to the TikTok website and log into your account.

Open 'Following' List: Click on your profile image in the top right corner of the TikTok homepage. In the dropdown menu that appears, click 'View profile'. On your profile page, click on the 'Following' number to open a popup window that displays all the accounts you're currently following.

Click 'Unfollow All' Button: In the 'Following' popup window, you'll see a red button labeled 'Unfollow All' at the top of the list of accounts you're following. Click this button to start the process of unfollowing all accounts.

Wait for the Process to Complete: The extension will start clicking the 'Unfollow' button for each account one by one. This process may take a while if you're following a large number of accounts. Please be patient and avoid navigating away from the page until all accounts have been unfollowed.

Change Delay
In the settings of the extensions you can change the delay, after changing the delay make sure to refresh the page for it to take effect.

Please remember to use this extension responsibly. Unfollowing a large number of accounts in a short period of time may be seen as spammy behavior by TikTok and may result in your account being temporarily or permanently suspended. Always respect the terms of service of the platform and the privacy of other users when using tools like this.                    

معلومات أساسية عن التمديد

الاسم TikTok Unfollower TikTok Unfollower
ID blbpgfhhhnabbkdbakfibbgkpefpiapj
عنوان URL الرسمي https://chromewebstore.google.com/detail/tiktok-unfollower/blbpgfhhhnabbkdbakfibbgkpefpiapj
الوصف A handy tool to unfollow all accounts on TikTok with a single click.
حجم الملف 10.12 KB
عدد التثبيتات 403
النسخة الحالية 1.1
آخر تحديث 2023-11-04
تاريخ النشر 2023-10-31
تقييم 3.40/5 مجموع تقييمات 5
المطور neatleap
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TikTok Unfollower",
    "version": "1.1",
    "description": "A handy tool to unfollow all accounts on TikTok with a single click.",
    "permissions": [
        "scripting",
        "storage",
        "notifications"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "host_permissions": [
        "https:\/\/www.tiktok.com\/*"
    ],
    "action": {
        "default_popup": "popup.html"
    }
}