Hot take to What's up

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

What is Hot take to What's up?

Hot take to What's up is a Chrome extension developed by Unknown, and its main feature is "Replaces "hot take" in tweets with "What's up you discourse-loving fucks" or variations thereon.".

Download Hot take to What's up Extension CRX File

Download Hot take to What's up 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

                                            

Extension Basic Information

Name Hot take to What's up Hot take to What's up
ID achhodbdjjjajcfflmemhgoaeelodmei
Official URL https://chromewebstore.google.com/detail/hot-take-to-whats-up/achhodbdjjjajcfflmemhgoaeelodmei
Description Replaces "hot take" in tweets with "What's up you discourse-loving fucks" or variations thereon.
File Size 5.5 KB
Installation Count 134
Current Version 0.1
Last Updated 2016-03-21
Publish Date 2016-03-21
Rating 4.86/5 Total 7 Ratings
Developer Unknown
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}