Tiktok focus

Focus on watching videos on Tiktok

Tiktok focusとは何ですか?

Tiktok focusはbangnokiaによって開発されたChromeの拡張機能で、その主な機能は「Focus on watching videos on Tiktok」です。

拡張機能のスクリーンショット

screenshot
screenshot

Tiktok focus拡張機能のCRXファイルをダウンロード

Tiktok focus拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Tiktok focus Tiktok focus
ID idgjpjnhobjibgcipkmdcfdhhingfafg
公式URL https://chromewebstore.google.com/detail/tiktok-focus/idgjpjnhobjibgcipkmdcfdhhingfafg
説明 Focus on watching videos on Tiktok
ファイルサイズ 104 KB
インストール数 163
現在のバージョン 2.3.0
最終更新日 2023-12-02
公開日 2022-06-02
評価 4.00/5 合計 4 レビュー
開発者 bangnokia
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://rubick.app
対応言語 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"
            ]
        }
    ]
}