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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |