Tiktok focus

Focus on watching videos on Tiktok

Cos'è Tiktok focus?

Tiktok focus è un'estensione di Chrome sviluppata da bangnokia, e la sua funzione principale è "Focus on watching videos on Tiktok".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Tiktok focus

Scarica i file di estensione Tiktok focus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Tiktok focus Tiktok focus
ID idgjpjnhobjibgcipkmdcfdhhingfafg
URL Ufficiale https://chromewebstore.google.com/detail/tiktok-focus/idgjpjnhobjibgcipkmdcfdhhingfafg
Descrizione Focus on watching videos on Tiktok
Dimensione del File 104 KB
Conteggio Installazioni 163
Versione Corrente 2.3.0
Ultimo Aggiornamento 2023-12-02
Data di Pubblicazione 2022-06-02
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore bangnokia
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://rubick.app
Lingue Supportate 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"
            ]
        }
    ]
}