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