TikTok™ for Desktop & Downloader

TikTok™ for desktop - browse and download your favorite videos.

What is TikTok™ for Desktop & Downloader?

TikTok™ for Desktop & Downloader is a Chrome extension developed by annymirellamoreno, and its main feature is "TikTok™ for desktop - browse and download your favorite videos.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download TikTok™ for Desktop & Downloader Extension CRX File

Download TikTok™ for Desktop & Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        TikTok ™ for Desktop & Downloader - Browse and download your favorite videos.

the most popular platform of the moment is the place for video. On TikTok ™, short videos are exciting, spontaneous, and authentic.

is a global video community. Here you will find great short videos and you can share the highlights of your own life with the world. Record original content with skins, filters, and stickers. Life flies fast - every second counts!
Millions of videos combined for you

create a feed based on the videos you like. TikTok ™ adapts to your tastes and displays content that interests you.

Community of creative people
Thousands of original content authors share their talents and ideas on TikTok ™ for pc, everyone can reveal their creative potential!
Huge library of sounds
Overlay millions of free tracks and cool sounds on your videos. We regularly update the library with popular music in all genres.

Instructions:
1. Login to tiktok.com
2. press the extension icon located at the top of the browser
3. enjoy the app                    

Extension Basic Information

Name TikTok™ for Desktop & Downloader TikTok™ for Desktop & Downloader
ID pbgllliiinjjkpacpgigogeiemjfpbhc
Official URL https://chrome.google.com/webstore/detail/tiktok-for-desktop-downlo/pbgllliiinjjkpacpgigogeiemjfpbhc
Description TikTok™ for desktop - browse and download your favorite videos.
File Size 179 KB
Installation Count 10,000
Current Version 1.2.5
Last Updated 2021-11-14
Publish Date 2020-11-02
Rating 3.17/5 Total 23 Ratings
Developer annymirellamoreno
Email [email protected]
Payment Type free
Supported Languages id,ms,de,en,fil,fr,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,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.2.5",
    "minimum_chrome_version": "40",
    "default_locale": "en",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "icon128.png"
        }
    },
    "web_accessible_resources": [
        "*.css",
        "*.js"
    ],
    "background": {
        "scripts": [
            "src\/lbr\/jquery.min.js",
            "src\/lbr\/Util.js",
            "src\/lbr\/bg.js",
            "src\/functions.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/lbr\/container.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.tiktok.com\/*"
            ],
            "js": [
                "src\/util\/jquery.min.js",
                "src\/app\/helper.js",
                "src\/app\/search_close.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.tiktok.com\/*"
            ],
            "js": [
                "src\/util\/jquery.min.js",
                "src\/util\/jquery.slidingmessage.js",
                "src\/util\/moment.js",
                "src\/util\/utils.js",
                "src\/util\/add-mobilify.js",
                "src\/app\/add.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*.tiktok.com\/*"
            ],
            "js": [
                "src\/util\/utils.js",
                "src\/util\/add-redirectToTikTok.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "permissions": [
        "",
        "http:\/\/*\/",
        "storage",
        "history",
        "tabs",
        "activeTab",
        "background",
        "downloads",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self' 'unsafe-inline' 'unsafe-eval'"
}