Tiktok focus

Focus on watching videos on Tiktok

Was ist Tiktok focus?

Tiktok focus ist eine Chrome-Erweiterung, die von bangnokia entwickelt wurde, und ihr Hauptmerkmal ist "Focus on watching videos on Tiktok".

Erweiterungsscreenshots

screenshot
screenshot

Tiktok focus-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tiktok focus-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        - 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.                    

Grundlegende Informationen zur Erweiterung

Name Tiktok focus Tiktok focus
ID idgjpjnhobjibgcipkmdcfdhhingfafg
Offizielle URL https://chromewebstore.google.com/detail/tiktok-focus/idgjpjnhobjibgcipkmdcfdhhingfafg
Beschreibung Focus on watching videos on Tiktok
Dateigröße 104 KB
Installationsanzahl 163
Aktuelle Version 2.3.0
Letztes Update 2023-12-02
Veröffentlichungsdatum 2022-06-02
Bewertung 4.00/5 Insgesamt 4 Bewertungen
Entwickler bangnokia
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://rubick.app
Unterstützte Sprachen 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"
            ]
        }
    ]
}