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.」です。

拡張機能のスクリーンショット

screenshot

Limit Twitter拡張機能のCRXファイルをダウンロード

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