Some Circus Clown
An extension that replaces 'Ben Carson' with 'some circus clown'
Wat is Some Circus Clown?
Some Circus Clown is een Chrome-extensie ontwikkeld door kathleenburk08, en de belangrijkste functie is "An extension that replaces 'Ben Carson' with 'some circus clown'".
Extensie Screenshots
Download het CRX-bestand van de extensie Some Circus Clown
Download Some Circus Clown-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
An extension that replaces 'Ben Carson' with 'some circus clown' Version 1.0 Refactored code Version 0.2 Working code! Replaces 'Carson' with 'the circus clown', 'Dr. Ben Carson' with 'Dr. Circus Clown', and 'Dr. Benjamin Carson' with 'Dr. Barnum and Bailey Circus Clown Supreme'. Version 0.1 Test run, not working
Basisinformatie over de Extensie
Naam | Some Circus Clown |
ID | iaamcepimkmnknomgcodjeihafpnfhmf |
Officiële URL | https://chromewebstore.google.com/detail/some-circus-clown/iaamcepimkmnknomgcodjeihafpnfhmf |
Beschrijving | An extension that replaces 'Ben Carson' with 'some circus clown' |
Bestandsgrootte | 34.78 KB |
Aantal Installaties | 14 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2015-11-09 |
Publicatiedatum | 2015-11-08 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | kathleenburk08 |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Some Circus Clown", "description": "An extension that replaces 'Ben Carson' with 'some circus clown'", "version": "1.0", "icons": { "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |