Focus Group to A Bunch of Talking Ducks

Replaces the text 'focus group' with 'a bunch of talking ducks'.

Qu'est-ce que Focus Group to A Bunch of Talking Ducks ?

Focus Group to A Bunch of Talking Ducks est une extension Chrome développée par Unknown, et sa fonction principale est "Replaces the text 'focus group' with 'a bunch of talking ducks'.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Focus Group to A Bunch of Talking Ducks

Téléchargez les fichiers d'extension Focus Group to A Bunch of Talking Ducks 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

                        Changes all instances "focus group" to "a bunch of talking ducks," because focus groups are terrible.                    

Informations de Base sur l'Extension

Nom Focus Group to A Bunch of Talking Ducks Focus Group to A Bunch of Talking Ducks
ID pdjlbbnonfklakaacbelpkajgkjljmfp
URL Officiel https://chromewebstore.google.com/detail/focus-group-to-a-bunch-of/pdjlbbnonfklakaacbelpkajgkjljmfp
Description Replaces the text 'focus group' with 'a bunch of talking ducks'.
Taille du Fichier 3.4 KB
Nombre d'Installations 10
Version Actuelle 1.0
Dernière Mise à Jour 2015-11-18
Date de Publication 2015-11-18
Évaluation 5.00/5 Total 1 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Focus Group to A Bunch of Talking Ducks",
    "version": "1.0",
    "description": "Replaces the text 'focus group' with 'a bunch of talking ducks'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}