Hot take to What's up

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

Qu'est-ce que Hot take to What's up ?

Hot take to What's up est une extension Chrome développée par Unknown, et sa fonction principale est "Replaces "hot take" in tweets with "What's up you discourse-loving fucks" or variations thereon.".

Télécharger le fichier CRX de l'extension Hot take to What's up

Téléchargez les fichiers d'extension Hot take to What's up au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom Hot take to What's up Hot take to What's up
ID achhodbdjjjajcfflmemhgoaeelodmei
URL Officiel 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.
Taille du Fichier 5.5 KB
Nombre d'Installations 134
Version Actuelle 0.1
Dernière Mise à Jour 2016-03-21
Date de Publication 2016-03-21
Évaluation 4.86/5 Total 7 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}