Spray-tanned blobfish

This extension replaces Donald Trump with a random description that Jezebel has used to describe him

What is Spray-tanned blobfish?

Spray-tanned blobfish is a Chrome extension developed by natekandler, and its main feature is "This extension replaces Donald Trump with a random description that Jezebel has used to describe him".

Extension Screenshots

screenshot

Download Spray-tanned blobfish Extension CRX File

Download Spray-tanned blobfish 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

                        This extension replaces Donald Trump's name with a random description used on the site http://jezebel.com/.

exs. Half-melted pile of candy corn from Halloween ‘83, A parking cone with emotional issues,                    

Extension Basic Information

Name Spray-tanned blobfish Spray-tanned blobfish
ID fonnacpnjcpacgifamkndcphmommihmm
Official URL https://chromewebstore.google.com/detail/spray-tanned-blobfish/fonnacpnjcpacgifamkndcphmommihmm
Description This extension replaces Donald Trump with a random description that Jezebel has used to describe him
File Size 8.61 KB
Installation Count 33
Current Version 0.2
Last Updated 2017-01-28
Publish Date 2017-01-27
Rating 5.00/5 Total 2 Ratings
Developer natekandler
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Spray-tanned blobfish",
    "description": "This extension replaces Donald Trump with a random description that Jezebel has used to describe him",
    "version": "0.2",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}