Hot take to What's up

Replaces "hot take" in tweets with "What's up you discourse-loving fucks" or variations thereon.

Hot take to What's upとは何ですか?

Hot take to What's upはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Replaces "hot take" in tweets with "What's up you discourse-loving fucks" or variations thereon.」です。

Hot take to What's up拡張機能のCRXファイルをダウンロード

Hot take to What's up拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Hot take to What's up Hot take to What's up
ID achhodbdjjjajcfflmemhgoaeelodmei
公式URL https://chromewebstore.google.com/detail/hot-take-to-whats-up/achhodbdjjjajcfflmemhgoaeelodmei
説明 Replaces "hot take" in tweets with "What's up you discourse-loving fucks" or variations thereon.
ファイルサイズ 5.5 KB
インストール数 134
現在のバージョン 0.1
最終更新日 2016-03-21
公開日 2016-03-21
評価 4.86/5 合計 7 レビュー
開発者 Unknown
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hot take to What's up",
    "version": "0.1",
    "description": "Replaces \"hot take\" in tweets with \"What's up you discourse-loving fucks\" or variations thereon.",
    "permissions": [
        "https:\/\/twitter.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "overrides.js"
            ]
        }
    ]
}