Tiktok : Unfollower !

very simple Macro unfollower for tiktok

Cos'è Tiktok : Unfollower !?

Tiktok : Unfollower ! è un'estensione di Chrome sviluppata da https://frxangelz.blogspot.com, e la sua funzione principale è "very simple Macro unfollower for tiktok".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Tiktok : Unfollower !

Scarica i file di estensione Tiktok : Unfollower ! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Tiktok : Unfollower ! Tiktok : Unfollower !
ID ifmoaiideadhbgdbjcckdbfpgmfplcem
URL Ufficiale https://chromewebstore.google.com/detail/tiktok-unfollower/ifmoaiideadhbgdbjcckdbfpgmfplcem
Descrizione very simple Macro unfollower for tiktok
Dimensione del File 297 KB
Conteggio Installazioni 3,612
Versione Corrente 0.0.7
Ultimo Aggiornamento 2021-11-20
Data di Pubblicazione 2021-05-28
Valutazione 1.64/5 Totale 14 Valutazioni
Sviluppatore https://frxangelz.blogspot.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.youtube.com/channel/UCqRqvw9n7Lrh79x3dRDOkDg
URL della Pagina di Aiuto https://frxangelz.blogspot.com
Lingue Supportate 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"
            ]
        }
    ]
}