Tiktok Fans - Get Tiktok follower free
Get Tiktok follower free, and help you increase your followers faster!
Tiktok Fans - Get Tiktok follower freeとは何ですか?
Tiktok Fans - Get Tiktok follower freeはmuchselldevによって開発されたChromeの拡張機能で、その主な機能は「Get Tiktok follower free, and help you increase your followers faster!」です。
拡張機能のスクリーンショット
Tiktok Fans - Get Tiktok follower free拡張機能のCRXファイルをダウンロード
Tiktok Fans - Get Tiktok follower free拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tiktok Fans is a plug-in that helps Tiktok users quickly follow their fans. In just a few steps, you can use:
1. Install the plug-in.
2. Log on to Tiktok.
3. Open a Tiktok video review page.
4. Set the starting position and amount of attention, and the time interval.
5. Click the "开始关注" button, and the plug-in will automatically follow you according to your Settings.
6. tiktokfans is funny
Tiktok fans是一个帮助Tiktok用户快速进行粉丝关注的插件。只需几步,便可使用:
1.安装插件。
2.登录Tiktok。
3.打开某个Tiktok视频评论页面。
4.设置关注起始位置和数量,时间间隔。
5.点击【开始关注】按钮,插件就会根据你的设置进行自动关注。
Tiktok fans是一個幫助Tiktok用戶快速進行粉絲關注的插件。只需幾步,便可使用:
1.安裝插件。
2.登錄Tiktok。
3.打開某個Tiktok視頻評論頁面。
4.設置關注起始位置和數量,時間間隔。
5.點擊【开始关注】按鈕,插件就會根據你的設置進行自動關注。 拡張機能の基本情報
| 名前 | |
| ID | phljjmjcjgkmhkghiombdknfcafmcbah |
| 公式URL | https://chromewebstore.google.com/detail/tiktok-fans-get-tiktok-fo/phljjmjcjgkmhkghiombdknfcafmcbah |
| 説明 | Get Tiktok follower free, and help you increase your followers faster! |
| ファイルサイズ | 899 KB |
| インストール数 | 971 |
| 現在のバージョン | 1.0.5 |
| 最終更新日 | 2022-10-15 |
| 公開日 | 2022-08-16 |
| 評価 | 5.00/5 合計 4 レビュー |
| 開発者 | muchselldev |
| Eメール | [email protected] |
| 支払い方法 | free |
| ヘルプページのURL | https://www.tikotu.com/tiktokfans-fensiguanzhugongjushiyongjiaocheng/ |
| 対応言語 | en,zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "__MSG_EXTENSION_DESCRIPTION__",
"action": {
"default_icon": {
"16": "assets\/16.png",
"32": "assets\/32.png",
"48": "assets\/48.png",
"128": "assets\/128.png"
}
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.tiktok.com\/*"
],
"js": [
"content.js"
],
"css": [
"style.css"
]
}
],
"icons": {
"16": "assets\/16.png",
"32": "assets\/32.png",
"48": "assets\/48.png",
"128": "assets\/128.png"
},
"manifest_version": 3,
"name": "__MSG_EXTENSION_NAME__",
"default_locale": "zh_CN",
"permissions": [],
"web_accessible_resources": [
{
"resources": [
"assets\/tiktokFans.png",
"assets\/tiktokFansPreview.gif",
"assets\/language.png"
],
"matches": [
"https:\/\/www.tiktok.com\/*"
]
}
],
"version": "1.0.5"
} | |