twipster
Make twitter even **more** hip
twipsterとは何ですか?
twipsterはSamuel Steeleによって開発されたChromeの拡張機能で、その主な機能は「Make twitter even **more** hip」です。
拡張機能のスクリーンショット
twipster拡張機能のCRXファイルをダウンロード
twipster拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        For Brad. ❤️                     拡張機能の基本情報
| 名前 |   |  
| ID | jnoikmiamlpampdlobidgoddiioocdfl | 
| 公式URL | https://chromewebstore.google.com/detail/twipster/jnoikmiamlpampdlobidgoddiioocdfl | 
| 説明 | Make twitter even **more** hip | 
| ファイルサイズ | 9.51 KB | 
| インストール数 | 10 | 
| 現在のバージョン | 1.0 | 
| 最終更新日 | 2016-10-01 | 
| 公開日 | 2016-09-30 | 
| 開発者 | Samuel Steele | 
| 支払い方法 | free | 
| 対応言語 | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "twipster",
    "description": "Make twitter even **more** hip",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/www.twitter.com\/*"
            ],
            "js": [
                "js\/injected.js"
            ]
        }
    ]
}  |  |