TikTokDer

TikTokDer in your pocket

What is TikTokDer?

TikTokDer is a Chrome extension developed by https://tiktokder.com, and its main feature is "TikTokDer in your pocket".

Extension Screenshots

screenshot

Download TikTokDer Extension CRX File

Download TikTokDer 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

                        Functionality of TikTokDer within your browser, no need to open website                    

Extension Basic Information

Name TikTokDer TikTokDer
ID njojnfaccdiocfloaigjdgcomloemmej
Official URL https://chromewebstore.google.com/detail/tiktokder/njojnfaccdiocfloaigjdgcomloemmej
Description TikTokDer in your pocket
File Size 9.2 KB
Installation Count 130
Current Version 1.0.2
Last Updated 2022-01-27
Publish Date 2021-08-17
Rating 3.00/5 Total 3 Ratings
Developer https://tiktokder.com
Email [email protected]
Payment Type free
Extension Website https://tiktokder.com
Help Page URL https://tiktokder.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TikTokDer",
    "short_name": "TikTokDer",
    "description": "TikTokDer in your pocket",
    "version": "1.0.2",
    "icons": {
        "32": ".\/icon.png",
        "128": ".\/icon_128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.tiktok.com\/@*"
            ],
            "js": [
                ".\/background.js"
            ]
        }
    ],
    "homepage_url": "https:\/\/tiktokder.com",
    "host_permissions": [
        "https:\/\/www.tiktok.com\/"
    ]
}