Beautiful chickens

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

Vad är Beautiful chickens?

Beautiful chickens är en Chrome-tillägg utvecklad av GeneticJen, och dess huvudfunktion är "This extension replaces mentions of beauty on Twitter with chickens, as requested by @EJWrites1. Made by @GeneticJen.".

Tilläggsskärmbilder

screenshot

Ladda ner Beautiful chickens-förlängningens CRX-fil

Ladda ner Beautiful chickens-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

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

Grundläggande Information om Tillägg

Namn Beautiful chickens Beautiful chickens
ID edbpbbfeopbpmjepobedefghpjmjmjhg
Officiell webbadress https://chromewebstore.google.com/detail/beautiful-chickens/edbpbbfeopbpmjepobedefghpjmjmjhg
Beskrivning This extension replaces mentions of beauty on Twitter with chickens, as requested by @EJWrites1. Made by @GeneticJen.
Filstorlek 3.3 KB
Antal Installationer 207
Aktuell Version 0.1
Senast Uppdaterad 2016-07-23
Publiceringsdatum 2016-07-23
Betyg 4.00/5 Totalt 8 Betyg
Utvecklare GeneticJen
Betalningssätt free
Tilläggswebbplats http://geneticjen.com
Stödda Språk 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"
            ]
        }
    ]
}