Beautiful chickens

This extension replaces mentions of beauty on Twitter with chickens, as requested by @EJWrites1. Made by @GeneticJen.

Cos'è Beautiful chickens?

Beautiful chickens è un'estensione di Chrome sviluppata da GeneticJen, e la sua funzione principale è "This extension replaces mentions of beauty on Twitter with chickens, as requested by @EJWrites1. Made by @GeneticJen.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Beautiful chickens

Scarica i file di estensione Beautiful chickens in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Replaces "beauty" with "chickens" on Twitter as requested.                    

Informazioni di Base sull'Estensione

Nome Beautiful chickens Beautiful chickens
ID edbpbbfeopbpmjepobedefghpjmjmjhg
URL Ufficiale https://chromewebstore.google.com/detail/beautiful-chickens/edbpbbfeopbpmjepobedefghpjmjmjhg
Descrizione This extension replaces mentions of beauty on Twitter with chickens, as requested by @EJWrites1. Made by @GeneticJen.
Dimensione del File 3.3 KB
Conteggio Installazioni 207
Versione Corrente 0.1
Ultimo Aggiornamento 2016-07-23
Data di Pubblicazione 2016-07-23
Valutazione 4.00/5 Totale 8 Valutazioni
Sviluppatore GeneticJen
Tipo di Pagamento free
Sito Web dell'Estensione http://geneticjen.com
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Beautiful chickens",
    "version": "0.1",
    "description": "This extension replaces mentions of beauty on Twitter with chickens, as requested by @EJWrites1. Made by @GeneticJen.",
    "permissions": [
        "https:\/\/twitter.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "overrides.js"
            ]
        }
    ]
}