TTNote: Video Downloader and Saver

Download videos without watermark from TT. Save and manage videos in a single home.

TTNote: Video Downloader and Saverคืออะไร?

TTNote: Video Downloader and Saver เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://denote.net และคุณลักษณะหลักของมันคือ "Download videos without watermark from TT. Save and manage videos in a single home."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TTNote: Video Downloader and Saver

ดาวน์โหลดไฟล์ส่วนขยาย TTNote: Video Downloader and Saver ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        TTNote - Download and Save your videos without watermarks.

🚀 Feature:
● Download videos without watermarks;
● Batch download videos wich one click;
● Share videos with anyone;
● View video datas and experience tagging and comment function;
● Store, organize and manage in your single home;
● Easy to use;

🚀 How to Use?
● Quick access to www.tiktok.com/@yourname.
● Choose the video you want to download and click the "Save" button. They will be saved.
● Click the TTNote button on the side of the page to open the expanded action panel. You can see your saved videos and batch download of them without watermarks.
● Go to your personal home to categorize and manage your saved videos. Share video links with your peers.

🚀 Important:
This extension does not collect browsing history. The tabs permission is required for the video downloader to send information from the background script to the content_scripts, which triggers the warning for browsing history.

🚀 Is TTNote Legal?
Yes, as long as you download videos for personal offline use, you are unlikely to engage in any illegal activities. However, if you intend to share them within the community or for commercial purposes, you will need the author's consent.

📢 Notice:
We hereby declare that TTNote is an independent mobile application (APP) and has no direct or indirect affiliation or collaboration with TikTok and its product series. TTNote is developed and operated independently by our team, aiming to provide users with a completely new and unique mobile experience.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ TTNote: Video Downloader and Saver TTNote: Video Downloader and Saver
ID jilgamolkonoalagcpgjjijaclacillb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ttnote-video-downloader-a/jilgamolkonoalagcpgjjijaclacillb
คำอธิบาย Download videos without watermark from TT. Save and manage videos in a single home.
ขนาดไฟล์ 1.88 MB
จำนวนการติดตั้ง 25,301
เวอร์ชันปัจจุบัน 1.0.23.4
อัปเดตครั้งล่าสุด 2024-01-26
วันที่เผยแพร่ 2022-11-27
คะแนน 3.89/5 รวมทั้งหมด 80 คะแนน
ผู้พัฒนา https://denote.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://denote.net/
URL หน้าช่วยเหลือ https://denote.net/
URL หน้านโยบายความเป็นส่วนตัว https://denote.net/privacy
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,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",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "manifest_version": 3,
    "version": "1.0.23.4",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/tiktok.com\/*",
                "https:\/\/www.tiktok.com\/*",
                "https:\/\/denote.net\/*"
            ],
            "js": [
                "content-script\/index.js"
            ],
            "css": [
                "content-script\/index.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "content-script\/inject.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background\/index.js"
    },
    "action": {
        "default_popup": "popup\/index.html"
    },
    "icons": {
        "16": "icon\/128.png",
        "32": "icon\/128.png",
        "48": "icon\/128.png",
        "128": "icon\/128.png",
        "300": "icon\/128.png",
        "500": "icon\/128.png"
    },
    "host_permissions": [
        "*:\/\/*.tiktok.com\/*",
        "https:\/\/tiktok.com\/*",
        "https:\/\/*.tiktokcdn.com\/*",
        "https:\/\/*.tiktokv.com\/*",
        "https:\/\/*.musical.ly\/*",
        "*:\/\/*.aliyuncs.com\/*",
        "*:\/\/*.denote.net\/*"
    ],
    "permissions": [
        "downloads",
        "storage"
    ]
}