TKBooster - Get Free Tiktok Followers
Five free tiktok likes giveaway!Easily get safe and 100% FREE tiktok followers and likes. No password. No survey. No risk. Not fake.
TKBooster - Get Free Tiktok Followersคืออะไร?
TKBooster - Get Free Tiktok Followers เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://oneclickbooster.com และคุณลักษณะหลักของมันคือ "Five free tiktok likes giveaway!Easily get safe and 100% FREE tiktok followers and likes. No password. No survey. No risk. Not fake."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TKBooster - Get Free Tiktok Followers
ดาวน์โหลดไฟล์ส่วนขยาย TKBooster - Get Free Tiktok Followers ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
We build a safe community to provide you with real and unlimited free tiktok followers and likes. Getting a lot of tiktok free followers & likes can be done with simple steps on OneClickBooster. Get free likes on Tiktok by exchanging likes with other people automatically. You'll get 1 like for each like your account does. This is an addition to oneclickbooster.com. It's a secure alternative for users who don't want to sign up on our website using their Tiktok account details. This extension doesn't require you to enter sensitive information. It's also easily accessible on any Chrome browser.No password. No survey. No risk. Not fake. KEY FEATURES: - You won't have to log in on Tiktok through our systems. Your password is safe. - Use Tiktok and Chrome as usual! Everything happens in the background, but you still have full control! HOW DOES IT WORK: - Install the extension on you Chrome browser. - If you aren't logged in on Tiktok on your browser, you'll have to log in. - Extension will detect that you're logged in. - The like exchange with other users will start automatically. OUR FAIR USAGE POLICY: - We will not attempt to make likes from your account without your permission. - We will never attempt to change your Tiktok data. - The extension will never attempt to post, try to follow or publish comment. This will not happen! - We will not attempt to scrape or store data from your Tiktok account to use it for anything but liking other users. SUPPORT We sincerely want to solve any problem you may have.Please feel free to contact us, we are always here. [email protected]"
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | kkodiioljjjmbiaoefldkgbcjaepodnm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/tkbooster-get-free-tiktok/kkodiioljjjmbiaoefldkgbcjaepodnm |
คำอธิบาย | Five free tiktok likes giveaway!Easily get safe and 100% FREE tiktok followers and likes. No password. No survey. No risk. Not fake. |
ขนาดไฟล์ | 426 KB |
จำนวนการติดตั้ง | 398 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2022-01-11 |
วันที่เผยแพร่ | 2021-12-21 |
คะแนน | 1.80/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | http://oneclickbooster.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | in_app |
เว็บไซต์ส่วนขยาย | https://oneclickbooster.com/ |
URL หน้าช่วยเหลือ | https://oneclickbooster.com/terms-of-service/ |
URL หน้านโยบายความเป็นส่วนตัว | https://oneclickbooster.com/privacy-policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TKBooster - Get Free Tiktok Followers", "version": "1.1.0", "manifest_version": 2, "description": "Five free tiktok likes giveaway!Easily get safe and 100% FREE tiktok followers and likes. No password. No survey. No risk. Not fake.", "icons": { "16": "assets\/images\/icon16.png", "48": "assets\/images\/icon48.png", "128": "assets\/images\/icon128.png" }, "browser_action": { "default_popup": "popup\/index.html", "default_title": "TKBooster" }, "content_scripts": [ { "matches": [ "*:\/\/*.tiktok.com\/*" ], "js": [ "content-scripts\/main.js" ], "run_at": "document_end", "all_frames": false } ], "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/*.google.com https:\/\/www.gstatic.com\/ ; object-src 'self'", "permissions": [ "*:\/\/*.tiktok.com\/*", "cookies" ] } |