Tiktok focus
Focus on watching videos on Tiktok
什麼是Tiktok focus?
Tiktok focus是由bangnokia開發的Chrome擴展程式,該擴展的主要功能是“Focus on watching videos on Tiktok”。
擴展截圖
下載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 |
ID | idgjpjnhobjibgcipkmdcfdhhingfafg |
官方網址 | 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" ] } ] } |