Extension for Tiktok

A free chrome extension to download video on Tiktok or watch videos in PicInPicture and more.

ما هو Extension for Tiktok؟

Extension for Tiktok هو إضافة Chrome تم تطويرها بواسطة https://120studio.github.io/120home، والميزة الرئيسية لها هي "A free chrome extension to download video on Tiktok or watch videos in PicInPicture and more.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Extension for Tiktok

قم بتنزيل ملفات الامتداد Extension for Tiktok بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Get Extension for Tiktok extension to download videos and more!

With Extension for Tiktok, you can
★ Right click on videos to download them.
★ Play videos in PictureInPicture mode and enjoying scrolling for next fun.
★ Use key  ← and → to navigate back and forth among articles.
★ Dark theme if you get tired of white theme.
★★ Easily turn on/off extension features to fit your best view experience.

Copyright notice:
Extension for Tiktok was developed by 120Studio. It is not affiliated with nor endorsed by Tiktok Inc. Tiktok™ is a trademark of Tiktok Inc. All Tiktok icons, images and copyrights are the property of Tiktok Inc.

Privacy notice:
In short, we don't collect any personal information.
Details: https://120studio.github.io/120home/privacy.html                    

معلومات أساسية عن التمديد

الاسم Extension for Tiktok Extension for Tiktok
ID keahbhfgjpfnmedeldbjfjjpilhjaiie
عنوان URL الرسمي https://chrome.google.com/webstore/detail/extension-for-tiktok/keahbhfgjpfnmedeldbjfjjpilhjaiie
الوصف A free chrome extension to download video on Tiktok or watch videos in PicInPicture and more.
حجم الملف 266 KB
عدد التثبيتات 4,000
النسخة الحالية 1.0.6
آخر تحديث 2021-08-18
تاريخ النشر 2021-08-17
تقييم 2.86/5 مجموع تقييمات 7
المطور https://120studio.github.io/120home
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة https://github.com/120Studio/120home/issues
عنوان صفحة سياسة الخصوصية https://120studio.github.io/120home/privacy.html
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Extension for Tiktok",
    "description": "A free chrome extension to download video on Tiktok or watch videos in PicInPicture and more.",
    "version": "1.0.6",
    "action": {
        "default_icon": "icon-48.png"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "js": [
                "js\/content.js"
            ],
            "css": [
                "content.css"
            ],
            "matches": [
                "*:\/\/www.tiktok.com\/*"
            ]
        }
    ],
    "background": [],
    "permissions": [],
    "web_accessible_resources": [
        {
            "resources": [
                "icon-128.png"
            ],
            "matches": [
                "*:\/\/www.tiktok.com\/*"
            ]
        }
    ]
}