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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        - 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
이메일 [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"
            ]
        }
    ]
}