Hot take to What's up

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

Vad är Hot take to What's up?

Hot take to What's up är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Replaces "hot take" in tweets with "What's up you discourse-loving fucks" or variations thereon.".

Ladda ner Hot take to What's up-förlängningens CRX-fil

Ladda ner Hot take to What's up-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn Hot take to What's up Hot take to What's up
ID achhodbdjjjajcfflmemhgoaeelodmei
Officiell webbadress https://chromewebstore.google.com/detail/hot-take-to-whats-up/achhodbdjjjajcfflmemhgoaeelodmei
Beskrivning Replaces "hot take" in tweets with "What's up you discourse-loving fucks" or variations thereon.
Filstorlek 5.5 KB
Antal Installationer 134
Aktuell Version 0.1
Senast Uppdaterad 2016-03-21
Publiceringsdatum 2016-03-21
Betyg 4.86/5 Totalt 7 Betyg
Utvecklare Unknown
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}