Tiktok : Unfollower !

very simple Macro unfollower for tiktok

What is Tiktok : Unfollower !?

Tiktok : Unfollower ! is a Chrome extension developed by https://frxangelz.blogspot.com, and its main feature is "very simple Macro unfollower for tiktok".

Extension Screenshots

screenshot

Download Tiktok : Unfollower ! Extension CRX File

Download Tiktok : Unfollower ! 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

                        This is a just simple tiktok unfollower script, nothing fancy, but very helpful for someone who doesnt like to spend lot of times with single click on every tiktok account followed. Imagine if you have followed thousands of tiktok accounts, with this chrome extension, you can do it easily.

note:
Please use English Layout to work with this extension

if you have questions, suggestions or complaints you can leave a comment on youtube :
https://www.youtube.com/watch?v=juTshndzYBo


Thankyou.                    

Extension Basic Information

Name Tiktok : Unfollower ! Tiktok : Unfollower !
ID ifmoaiideadhbgdbjcckdbfpgmfplcem
Official URL https://chromewebstore.google.com/detail/tiktok-unfollower/ifmoaiideadhbgdbjcckdbfpgmfplcem
Description very simple Macro unfollower for tiktok
File Size 297 KB
Installation Count 3,612
Current Version 0.0.7
Last Updated 2021-11-20
Publish Date 2021-05-28
Rating 1.64/5 Total 14 Ratings
Developer https://frxangelz.blogspot.com
Email [email protected]
Payment Type free
Extension Website https://www.youtube.com/channel/UCqRqvw9n7Lrh79x3dRDOkDg
Help Page URL https://frxangelz.blogspot.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tiktok : Unfollower !",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ]
    },
    "version": "0.0.7",
    "manifest_version": 2,
    "description": "very simple Macro unfollower for tiktok",
    "homepage_url": "http:\/\/frxangelz.blogspot.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Tiktok unfollower",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "background",
        "http:\/\/*.tiktok.com\/*",
        "https:\/\/tiktok.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}