Limit Twitter
Redirect to 'Hello Work', if you exceed the time limit for watching Twitter Timeline.
什么是Limit Twitter?
Limit Twitter是由https://capybara-wonder.com开发的Chrome扩展程序,该扩展的主要功能是“Redirect to 'Hello Work', if you exceed the time limit for watching Twitter Timeline.”。
扩展截图
下载Limit Twitter扩展crx文件
下载Limit Twitter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Limit Twitter |
ID | jlcgmfekeofkbggcegfgpchnkejnloeg |
官方URL | https://chromewebstore.google.com/detail/limit-twitter/jlcgmfekeofkbggcegfgpchnkejnloeg |
简介 | Redirect to 'Hello Work', if you exceed the time limit for watching Twitter Timeline. |
文件大小 | 9.47 KB |
安装次数 | 79 |
当前版本 | 0.2.1 |
更新时间 | 2020-01-17 |
上架时间 | 2020-01-17 |
评分 | 5.00/5 共1次评分 |
开发者 | https://capybara-wonder.com |
付费类型 | free |
扩展官网 | https://capybara-wonder.com/limit_twitter.html |
支持的语言 | 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" ] } |