Limit Twitter
Redirect to 'Hello Work', if you exceed the time limit for watching Twitter Timeline.
Limit Twitterคืออะไร?
Limit Twitter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://capybara-wonder.com และคุณลักษณะหลักของมันคือ "Redirect to 'Hello Work', if you exceed the time limit for watching Twitter Timeline."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Limit Twitter
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |