Limit Twitter
Redirect to 'Hello Work', if you exceed the time limit for watching Twitter Timeline.
Limit Twitter là gì?
Limit Twitter là một tiện ích mở rộng Chrome được phát triển bởi https://capybara-wonder.com, và tính năng chính của nó là "Redirect to 'Hello Work', if you exceed the time limit for watching Twitter Timeline.".
Ả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 Limit Twitter
Tải xuống các tệp mở rộng Limit Twitter 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
Redirect to "Hello Work", if you exceed the time limit for watching Twitter Timeline. (default: 300 seconds) Redirect site and time can be changed. Show countdown in seconds on Timeline and List page. Use your time effectively. To cure Twitter addiction and make the world better. However, moderate use is necessary to spit out thoughts in the head and to collect information. Delete useful twitter apps and put Limit Twitter in your browser to make it inconvenient! Ideal for quitting Twitter. Search and notifications can be seen (When Time Line minimum 1 second.) ※"Hello Work" is the Japanese introducing job site.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Limit Twitter |
ID | jlcgmfekeofkbggcegfgpchnkejnloeg |
URL Chính Thức | https://chromewebstore.google.com/detail/limit-twitter/jlcgmfekeofkbggcegfgpchnkejnloeg |
Mô tả | Redirect to 'Hello Work', if you exceed the time limit for watching Twitter Timeline. |
Kích Thước Tệp | 9.47 KB |
Số Lần Cài Đặt | 79 |
Phiên Bản Hiện Tại | 0.2.1 |
Cập Nhật Lần Cuối | 2020-01-17 |
Ngày Phát Hành | 2020-01-17 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://capybara-wonder.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://capybara-wonder.com/limit_twitter.html |
Ngôn Ngữ Được Hỗ Trợ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Limit Twitter", "version": "0.2.1", "default_locale": "en", "description": "__MSG_extensionDescription__", "icons": { "48": "icons\/limittwittericon-48.png" }, "author": "Kunisaki Saikoh", "homepage_url": "https:\/\/capybara-wonder.com\/limit_twitter.html", "content_scripts": [ { "matches": [ "*:\/\/*.twitter.com\/*" ], "js": [ "limit_twitter.js" ], "run_at": "document_start" } ], "options_ui": { "page": "options.html" }, "permissions": [ "storage" ] } |