Tikrank - Video Downloader without watermark
Tikrank is a best video downloader. Download videos without watermarks from popular video platforms.
Tikrank - Video Downloader without watermark là gì?
Tikrank - Video Downloader without watermark là một tiện ích mở rộng Chrome được phát triển bởi lim320790, và tính năng chính của nó là "Tikrank is a best video downloader. Download videos without watermarks from popular video platforms.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Tikrank - Video Downloader without watermark
Tải xuống các tệp mở rộng Tikrank - Video Downloader without watermark dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Tikrank is a TikTok downloader and Facebook downloader . It can be used to save some popular video platform videos. And you can download videos without watermarks in batches. ( Gradually we will cover more popular video platforms e.g. Instagram, Vimeo ) Main feature of the extension: ‒ Download TikTok video without watermark, audio. ‒ Download Facebook video online. It supports video download for 'Home' and 'Watch'. ‒ Bulk Download. ‒ Easy to use and efficient. How to use: ‒ Go to tiktok.com or facebook.com ‒ Click the download button embedded in the video you want to download (Or click batch download after you have checked the videos) ‒ Choose your download options. -We have developed a ChatGPT AI assistant tool that can be experienced with just a click on a pop-up. It offers free usage every day.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Tikrank - Video Downloader without watermark |
ID | lldkllehjdopgpfghodmnlnjfchbmcei |
URL Chính Thức | https://chromewebstore.google.com/detail/tikrank-video-downloader/lldkllehjdopgpfghodmnlnjfchbmcei |
Mô tả | Tikrank is a best video downloader. Download videos without watermarks from popular video platforms. |
Kích Thước Tệp | 2.14 MB |
Số Lần Cài Đặt | 11,629 |
Phiên Bản Hiện Tại | 1.0.24 |
Cập Nhật Lần Cuối | 2023-11-02 |
Ngày Phát Hành | 2022-01-06 |
Đánh Giá | 3.39/5 Tổng số 31 Đánh Giá |
Nhà Phát Triển | lim320790 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://tikfast.net |
URL Trang Chính Sách Bảo Mật | https://vimeomate.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | id,de,en,en-GB,en-US,fil,fr,sw,nl,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/tikrank\/lldkllehjdopgpfghodmnlnjfchbmcei", "description": "__MSG_extDes__", "default_locale": "en", "content_scripts": [ { "matches": [ "*:\/\/www.tiktok.com\/", "*:\/\/www.tiktok.com\/*" ], "css": [ "css\/custom-tf.css" ], "js": [ "js\/content-script-tf.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/www.tiktok.com\/", "*:\/\/www.tiktok.com\/*" ], "css": [ "css\/custom-tf.css" ], "js": [ "js\/detail-script-tf.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/tikfast.net\/*", "*:\/\/dev.tikfast.net\/*" ], "js": [ "js\/web-script.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/*.facebook.com\/*" ], "css": [ "css\/custom-fb.css" ], "js": [ "js\/content-script-fb.js" ], "run_at": "document_end" } ], "icons": { "128": "icons\/logo_en.png" }, "externally_connectable": { "matches": [ "*:\/\/*.tikrank.com\/*", "*:\/\/tikrank.com\/*", "*:\/\/*.tikfast.net\/*", "*:\/\/tikfast.net\/*" ] }, "web_accessible_resources": [ { "resources": [ "icons\/logo.png" ], "matches": [ "*:\/\/*.facebook.com\/*" ] } ], "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*.facebook.com\/*", "*:\/\/*.twitter.com\/*", "*:\/\/*.pinterest.com\/*", "*:\/\/*.reddit.com\/*", "*:\/\/*.aliyuncs.com\/*", "*:\/\/tikfast.net\/*", "*:\/\/www.tiktok.com\/", "*:\/\/www.tiktok.com\/*" ], "background": { "service_worker": "js\/background.js" }, "version": "1.0.24", "optional_permissions": [ "downloads" ], "action": { "default_popup": "popup.html", "default_title": "__MSG_extName__", "default_icon": { "128": "icons\/logo_en.png" } } } |