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" ] } |