Tiktok focus

Focus on watching videos on Tiktok

Qu'est-ce que Tiktok focus ?

Tiktok focus est une extension Chrome développée par bangnokia, et sa fonction principale est "Focus on watching videos on Tiktok".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Tiktok focus

Téléchargez les fichiers d'extension Tiktok focus au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        - Support download Tiktok video without watermark, 100% no watermark, full HD
- Press "T" to toggle sidebar of the current video.
- Hide the sidebar when watching video in full screen mode, bring the real full screen experience.                    

Informations de Base sur l'Extension

Nom Tiktok focus Tiktok focus
ID idgjpjnhobjibgcipkmdcfdhhingfafg
URL Officiel https://chromewebstore.google.com/detail/tiktok-focus/idgjpjnhobjibgcipkmdcfdhhingfafg
Description Focus on watching videos on Tiktok
Taille du Fichier 104 KB
Nombre d'Installations 163
Version Actuelle 2.3.0
Dernière Mise à Jour 2023-12-02
Date de Publication 2022-06-02
Évaluation 4.00/5 Total 4 Évaluations
Développeur bangnokia
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://rubick.app
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tiktok focus",
    "version": "2.3.0",
    "icons": {
        "16": "assets\/icons\/favicon-16.png",
        "32": "assets\/icons\/favicon-32.png",
        "48": "assets\/icons\/favicon-48.png",
        "128": "assets\/icons\/favicon-128.png"
    },
    "description": "Focus on watching videos on Tiktok",
    "homepage_url": "https:\/\/github.com\/bangnokia\/tiktokf",
    "short_name": "Tiktok focus",
    "permissions": [],
    "host_permissions": [
        "http:\/\/*.tiktok.com\/*",
        "https:\/\/*.tiktok.com\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "author": "bangnokia",
    "minimum_chrome_version": "88",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icons\/favicon-16.png",
            "32": "assets\/icons\/favicon-32.png",
            "48": "assets\/icons\/favicon-48.png",
            "128": "assets\/icons\/favicon-128.png"
        },
        "default_title": "tiny title"
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.tiktok.com\/*",
                "https:\/\/*.tiktok.com\/*"
            ],
            "js": [
                "js\/contentScript.bundle.js"
            ]
        }
    ]
}