Block TikTok
Blocks access to TikTok to boost productivity
Block TikTokとは何ですか?
Block TikTokはAdityaによって開発されたChromeの拡張機能で、その主な機能は「Blocks access to TikTok to boost productivity」です。
拡張機能のスクリーンショット
Block TikTok拡張機能のCRXファイルをダウンロード
Block TikTok拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
TikTok Blocker A browser extension to help you focus on your work and block distracting TikTok. Features: - This extension will close the tab automatically if you open TikTok. - If you try to open tiktok.com the tab will not open and you will get redirected to the previous tab. Nowadays the TikTok web version has evolved a lot, it has keyboard shortcuts to easily navigate the videos, etc thereby making it more addictive. To focus on your work this extension will be very helpful ! Please support the development of free softwares like this https://www.buymeacoffee.com/adityaw114
拡張機能の基本情報
名前 | Block TikTok |
ID | agbemapbkffnbkpnfheipfcjmlnkheaa |
公式URL | https://chromewebstore.google.com/detail/block-tiktok/agbemapbkffnbkpnfheipfcjmlnkheaa |
説明 | Blocks access to TikTok to boost productivity |
ファイルサイズ | 28.36 KB |
インストール数 | 1,292 |
現在のバージョン | 1.3 |
最終更新日 | 2023-06-10 |
公開日 | 2021-12-26 |
評価 | 4.11/5 合計 9 レビュー |
開発者 | Aditya |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Block TikTok", "description": "Blocks access to TikTok to boost productivity", "version": "1.3", "manifest_version": 3, "permissions": [ "storage", "tabs" ], "options_page": "options.html", "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html" }, "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" } } |