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
官方網址 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"
            ]
        }
    ]
}