Tiktok : Unfollower !

very simple Macro unfollower for tiktok

Apa itu Tiktok : Unfollower !?

Tiktok : Unfollower ! adalah ekstensi Chrome yang dikembangkan oleh https://frxangelz.blogspot.com, dan fitur utamanya adalah "very simple Macro unfollower for tiktok".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Tiktok : Unfollower !

Unduh file ekstensi Tiktok : Unfollower ! dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Tiktok : Unfollower ! Tiktok : Unfollower !
ID ifmoaiideadhbgdbjcckdbfpgmfplcem
URL Resmi https://chromewebstore.google.com/detail/tiktok-unfollower/ifmoaiideadhbgdbjcckdbfpgmfplcem
Deskripsi very simple Macro unfollower for tiktok
Ukuran File 297 KB
Jumlah Instalasi 3,612
Versi Saat Ini 0.0.7
Terakhir Diperbarui 2021-11-20
Tanggal Publikasi 2021-05-28
Penilaian 1.64/5 Total 14 Penilaian
Pengembang https://frxangelz.blogspot.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.youtube.com/channel/UCqRqvw9n7Lrh79x3dRDOkDg
URL Halaman Bantuan https://frxangelz.blogspot.com
Bahasa yang Didukung 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"
            ]
        }
    ]
}