SaveTik - Tik Tok Downloader
SaveTik - Tik Tok Downloader
SaveTik - Tik Tok Downloaderคืออะไร?
SaveTik - Tik Tok Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SnapSave Company และคุณลักษณะหลักของมันคือ "SaveTik - Tik Tok Downloader"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SaveTik - Tik Tok Downloader
ดาวน์โหลดไฟล์ส่วนขยาย SaveTik - Tik Tok Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
** Plugin SaveTik- Tik Tok Video Downloader by SaveTik.Net was born based on the actual needs of hundreds of millions of people worldwide. With a simple interface. ** You can just follow the below-mentioned steps to easily Download SaveTik: Tik tok Video Downloader Extension, for free: - Step 1: Access Tiktok.Com to select the video you want to download. - Step 2: Click the SaveTik - Tik Tok Downloader icon extension on the toolbar. - Step 3: Choose to download Tik tok videos you have watched to your device without logo and id. ** What are SaveTik strengths that other competitors in the market don’t have? - No login - No capcha - Multi-language support - Do not store video or any information of the user when downloading video. - And especially they are completely free. **** IMPORTANT !!! I don't collect your browsing history. To send information from the background script to the content_scripts I need the tabs permission which triggers the warning for the browsing history.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | SaveTik - Tik Tok Downloader |
ID | lilbblbpakjjohhllknkgcgfabehbiai |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/savetik-tik-tok-downloade/lilbblbpakjjohhllknkgcgfabehbiai |
คำอธิบาย | SaveTik - Tik Tok Downloader |
ขนาดไฟล์ | 101 KB |
จำนวนการติดตั้ง | 2,913 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2021-07-15 |
วันที่เผยแพร่ | 2021-07-15 |
คะแนน | 2.33/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | SnapSave Company |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://savetik.net |
URL หน้าช่วยเหลือ | https://savetik.net/page/contact |
URL หน้านโยบายความเป็นส่วนตัว | https://snapsave.app/landing/privacy-policy |
ภาษาที่รองรับ | id,en,vi,es,it,ru,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "background": { "scripts": [ ".\/js\/background.js" ] }, "author": "savetik", "browser_action": { "default_icon": "img\/icon_32.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ ".\/js\/jquery-1.8.3.js", ".\/js\/content-script.js" ], "matches": [ "https:\/\/www.tiktok.com\/*" ] } ], "default_locale": "en", "description": "__MSG_appDesc__", "homepage_url": "https:\/\/savetik.net", "icons": { "128": "img\/icon_128.png", "16": "img\/icon_16.png", "32": "img\/icon_32.png", "48": "img\/icon_48.png", "64": "img\/icon_64.png" }, "manifest_version": 2, "name": "__MSG_appName__", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.3", "web_accessible_resources": [ "css\/download.svg" ] } |