Tiktok : Unfollower !

very simple Macro unfollower for tiktok

Wat is Tiktok : Unfollower !?

Tiktok : Unfollower ! is een Chrome-extensie ontwikkeld door https://frxangelz.blogspot.com, en de belangrijkste functie is "very simple Macro unfollower for tiktok".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tiktok : Unfollower !

Download Tiktok : Unfollower !-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Tiktok : Unfollower ! Tiktok : Unfollower !
ID ifmoaiideadhbgdbjcckdbfpgmfplcem
Officiële URL https://chromewebstore.google.com/detail/tiktok-unfollower/ifmoaiideadhbgdbjcckdbfpgmfplcem
Beschrijving very simple Macro unfollower for tiktok
Bestandsgrootte 297 KB
Aantal Installaties 3,612
Huidige Versie 0.0.7
Laatst Bijgewerkt 2021-11-20
Publicatiedatum 2021-05-28
Beoordeling 1.64/5 Totaal 14 Beoordelingen
Ontwikkelaar https://frxangelz.blogspot.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.youtube.com/channel/UCqRqvw9n7Lrh79x3dRDOkDg
Help Pagina-URL https://frxangelz.blogspot.com
Ondersteunde Talen 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"
            ]
        }
    ]
}