TikTok™ Extension

TikTok™ Extension allows you to access the mobile TikTok™ website in a chrome browser and download videos.

Τι είναι το TikTok™ Extension;

Το TikTok™ Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον TikTok™ Extension, και η κύρια λειτουργία του είναι "TikTok™ Extension allows you to access the mobile TikTok™ website in a chrome browser and download videos.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης TikTok™ Extension

Λήψη αρχείων επέκτασης TikTok™ Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        The purpose of this extension is to give you access to the TikTok™ website, to look like a mobile app in your chrome browser giving access to log into your personal account and view your follow page.

You can also download TikTok™ videos to your Laptop or PC from on this chrome extension by pressing the download icon when viewing a video.

Click the TikTok™ icon in Extension menu while on any website and instantly access TikTok™.  Never be without TikTok™ while on your Computer! Just scroll down with your mouse to see the next video. 

Features:
★ Download Videos to your PC or Laptop
★ Mobile or Tablet mode
★ Unlimited amount of video to watch
★ Follow your favourite TikTokers 
★ Sharing, comment and subscribe function

Disclaimer:
TikTok™ is a trademark of ByteDance. This application and its developer(s) are in no way affiliated with ByteDance.  This extension has been developed by fans for fans to enjoy.

By clicking "Add to chrome", I accept and agree to installing this extension and also accept the Terms of Service and Privacy Policy. This extension takes over your default search settings and changes it to https://www.bing.com.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα TikTok™ Extension TikTok™ Extension
ID egccoakmmbihkpiecdmdbjjdgdmaidla
Επίσημο URL https://chrome.google.com/webstore/detail/tiktok-extension/egccoakmmbihkpiecdmdbjjdgdmaidla
Περιγραφή TikTok™ Extension allows you to access the mobile TikTok™ website in a chrome browser and download videos.
Μέγεθος Αρχείου 300 KB
Αριθμός Εγκαταστάσεων 10,000
Τρέχουσα Έκδοση 0.0.41
Τελευταία Ενημέρωση 2021-03-07
Ημερομηνία Δημοσίευσης 2020-10-12
Αξιολόγηση 1.56/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής TikTok™ Extension
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://tt-extension.com/privacy.html
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TikTok\u2122 Extension",
    "browser_action": {
        "default_icon": {
            "16": "icon-16.png",
            "32": "icon-32.png"
        }
    },
    "permissions": [
        "*:\/\/tt-extension.com\/*",
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        "downloads",
        "*:\/\/*.tiktok.com\/*"
    ],
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "icons": {
        "48": "icon-128.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com; connect-src https:\/\/www.google-analytics.com www.google-analytics.com https:\/\/stats.g.doubleclick.net https:\/\/tt-extension.com ; object-src 'self'",
    "description": "TikTok\u2122 Extension allows you to access the mobile TikTok\u2122 website in a chrome browser and download videos.",
    "version": "0.0.41",
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.tiktok.com\/*"
            ],
            "js": [
                "tiktok.content0.bundle.js"
            ],
            "all_frames": true
        }
    ],
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Smart",
            "keyword": "Smart",
            "search_url": "https:\/\/tt-extension.com\/?q={searchTerms}",
            "favicon_url": "https:\/\/tt-extension.com\/favicon.ico",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "web_accessible_resources": [
        "iframe.js",
        "iframe.html"
    ]
}