Limit Twitter

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

O que é Limit Twitter?

Limit Twitter é uma extensão do Chrome desenvolvida por https://capybara-wonder.com, e sua principal característica é "Redirect to 'Hello Work', if you exceed the time limit for watching Twitter Timeline.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Limit Twitter

Baixe arquivos de extensão Limit Twitter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Limit Twitter Limit Twitter
ID jlcgmfekeofkbggcegfgpchnkejnloeg
URL Oficial https://chromewebstore.google.com/detail/limit-twitter/jlcgmfekeofkbggcegfgpchnkejnloeg
Descrição Redirect to 'Hello Work', if you exceed the time limit for watching Twitter Timeline.
Tamanho do Arquivo 9.47 KB
Contagem de Instalações 79
Versão Atual 0.2.1
Última Atualização 2020-01-17
Data de Publicação 2020-01-17
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://capybara-wonder.com
Tipo de Pagamento free
Site da Extensão https://capybara-wonder.com/limit_twitter.html
Idiomas Suportados 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"
    ]
}