Limit Twitter

Redirect to 'Hello Work', if you exceed the time limit for watching Twitter Timeline.

Qu'est-ce que Limit Twitter ?

Limit Twitter est une extension Chrome développée par https://capybara-wonder.com, et sa fonction principale est "Redirect to 'Hello Work', if you exceed the time limit for watching Twitter Timeline.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Limit Twitter

Téléchargez les fichiers d'extension Limit Twitter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Limit Twitter Limit Twitter
ID jlcgmfekeofkbggcegfgpchnkejnloeg
URL Officiel https://chromewebstore.google.com/detail/limit-twitter/jlcgmfekeofkbggcegfgpchnkejnloeg
Description Redirect to 'Hello Work', if you exceed the time limit for watching Twitter Timeline.
Taille du Fichier 9.47 KB
Nombre d'Installations 79
Version Actuelle 0.2.1
Dernière Mise à Jour 2020-01-17
Date de Publication 2020-01-17
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://capybara-wonder.com
Type de Paiement free
Site Web de l'Extension https://capybara-wonder.com/limit_twitter.html
Langues Prises en Charge 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"
    ]
}