SaveTik - Tik Tok Downloader
SaveTik - Tik Tok Downloader
SaveTik - Tik Tok Downloader란 무엇입니까?
SaveTik - Tik Tok Downloader은(는) SnapSave Company에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SaveTik - Tik Tok Downloader"입니다.
확장 프로그램 스크린샷
SaveTik - Tik Tok Downloader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
** 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. 확장 프로그램 기본 정보
| 이름 | |
| 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"
]
} | |