Beautiful chickens

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

What is Beautiful chickens?

Beautiful chickens is a Chrome extension developed by GeneticJen, and its main feature is "This extension replaces mentions of beauty on Twitter with chickens, as requested by @EJWrites1. Made by @GeneticJen.".

Extension Screenshots

screenshot

Download Beautiful chickens Extension CRX File

Download Beautiful chickens extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Beautiful chickens Beautiful chickens
ID edbpbbfeopbpmjepobedefghpjmjmjhg
Official URL https://chromewebstore.google.com/detail/beautiful-chickens/edbpbbfeopbpmjepobedefghpjmjmjhg
Description This extension replaces mentions of beauty on Twitter with chickens, as requested by @EJWrites1. Made by @GeneticJen.
File Size 3.3 KB
Installation Count 207
Current Version 0.1
Last Updated 2016-07-23
Publish Date 2016-07-23
Rating 4.00/5 Total 8 Ratings
Developer GeneticJen
Payment Type free
Extension Website http://geneticjen.com
Supported Languages 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"
            ]
        }
    ]
}