Spray-tanned blobfish

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

Wat is Spray-tanned blobfish?

Spray-tanned blobfish is een Chrome-extensie ontwikkeld door natekandler, en de belangrijkste functie is "This extension replaces Donald Trump with a random description that Jezebel has used to describe him".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Spray-tanned blobfish

Download Spray-tanned blobfish-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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,                    

Basisinformatie over de Extensie

Naam Spray-tanned blobfish Spray-tanned blobfish
ID fonnacpnjcpacgifamkndcphmommihmm
Officiële URL https://chromewebstore.google.com/detail/spray-tanned-blobfish/fonnacpnjcpacgifamkndcphmommihmm
Beschrijving This extension replaces Donald Trump with a random description that Jezebel has used to describe him
Bestandsgrootte 8.61 KB
Aantal Installaties 33
Huidige Versie 0.2
Laatst Bijgewerkt 2017-01-28
Publicatiedatum 2017-01-27
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar natekandler
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}