Tabtter UserStreamsHelper

Tabtter(無料版含む)でTwitterのUserStreamsを使うための拡張

What is Tabtter UserStreamsHelper?

Tabtter UserStreamsHelper is a Chrome extension developed by https://tabtter.jp, and its main feature is "Tabtter(無料版含む)でTwitterのUserStreamsを使うための拡張".

Extension Screenshots

screenshot

Download Tabtter UserStreamsHelper Extension CRX File

Download Tabtter UserStreamsHelper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Tabtter(無料版含む)でTwitterのUserStreamsに接続するためのヘルパー機能です。
この拡張単体では動作しません。
詳しい仕様等は、ヘルプをご覧ください。
http://tabtter.jp/help.html#us

----
1.2.x以降から拡張機能が常駐しないevent pageモードで作動します。(クライアントを起動した時に動的にロードされるので、Tabtterを使用しない、または、ユーザーストリームを使用しない設定の時はリソース消費がありません。)                    

Extension Basic Information

Name Tabtter UserStreamsHelper Tabtter UserStreamsHelper
ID anbkoicflbagjpoadmjemgjaaibdmien
Official URL https://chromewebstore.google.com/detail/tabtter-userstreamshelper/anbkoicflbagjpoadmjemgjaaibdmien
Description Tabtter(無料版含む)でTwitterのUserStreamsを使うための拡張
File Size 10.87 KB
Installation Count 845
Current Version 1.2.11
Last Updated 2017-02-17
Publish Date 2017-02-16
Rating 4.67/5 Total 6 Ratings
Developer https://tabtter.jp
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tabtter UserStreamsHelper",
    "version": "1.2.11",
    "description": "Tabtter(\u7121\u6599\u7248\u542b\u3080)\u3067Twitter\u306eUserStreams\u3092\u4f7f\u3046\u305f\u3081\u306e\u62e1\u5f35",
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": {
            "16": "16.png",
            "32": "32.png",
            "48": "48.png",
            "64": "64.png",
            "128": "128.png"
        },
        "default_title": "Tabtter UserStreamsHelper"
    },
    "permissions": [
        "https:\/\/userstream.twitter.com\/1.1\/user.json"
    ],
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "64": "64.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/tabtter.jp\/app\/client.cgi*",
                "https:\/\/f.tabtter.jp\/app\/client.cgi*"
            ],
            "js": [
                "cs.js"
            ],
            "run_at": "document_end"
        }
    ]
}