Twitter Timer
This timer sets the displayable time of Twitter. When the set time elapses, the tab closes without permission.
Twitter Timer là gì?
Twitter Timer là một tiện ích mở rộng Chrome được phát triển bởi Haruya Nakamura, và tính năng chính của nó là "This timer sets the displayable time of Twitter. When the set time elapses, the tab closes without permission.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Twitter Timer
Tải xuống các tệp mở rộng Twitter Timer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
【To you who want to break out of Twitter】 This extension gives people who just watch too much Twitter time to concentrate on their work. If you want to stop watching Twitter, try setting this extension. When you open the Twitter site (twitter.com), this extension will automatically close Twitter open tabs after a set amount of time.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Twitter Timer |
ID | dbpliifabeopadfiaejlchjmdonpgdne |
URL Chính Thức | https://chromewebstore.google.com/detail/twitter-timer/dbpliifabeopadfiaejlchjmdonpgdne |
Mô tả | This timer sets the displayable time of Twitter. When the set time elapses, the tab closes without permission. |
Kích Thước Tệp | 1.03 MB |
Số Lần Cài Đặt | 60 |
Phiên Bản Hiện Tại | 2 |
Cập Nhật Lần Cuối | 2020-03-30 |
Ngày Phát Hành | 2020-03-26 |
Nhà Phát Triển | Haruya Nakamura |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "short_name": "__MSG_short_name__", "version": "2", "manifest_version": 2, "description": "__MSG_description__", "default_locale": "en", "icons": { "16": "icon\/icon16.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "script.js" ] } ], "background": { "scripts": [ "backend.js" ] }, "permissions": [ "tabs", "storage" ], "options_ui": { "page": "options.html", "chrome_style": true }, "browser_action": { "default_popup": "options.html" } } |