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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/120Studio/120home/issues
URL της Σελίδας Πολιτικής Απορρήτου 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\/*"
            ]
        }
    ]
}