Obama to Yo Mama

Replaces the text 'Obama' with 'Yo Mama'.

Wat is Obama to Yo Mama?

Obama to Yo Mama is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Replaces the text 'Obama' with 'Yo Mama'.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Obama to Yo Mama

Download Obama to Yo Mama-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

                                            

Basisinformatie over de Extensie

Naam Obama to Yo Mama Obama to Yo Mama
ID nhcfdcpogappjgiamokmdbmhhadkadci
Officiële URL https://chromewebstore.google.com/detail/obama-to-yo-mama/nhcfdcpogappjgiamokmdbmhhadkadci
Beschrijving Replaces the text 'Obama' with 'Yo Mama'.
Bestandsgrootte 3.34 KB
Aantal Installaties 319
Huidige Versie 1.0
Laatst Bijgewerkt 2014-08-21
Publicatiedatum 2014-08-21
Beoordeling 3.33/5 Totaal 3 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Obama to Yo Mama",
    "version": "1.0",
    "description": "Replaces the text 'Obama' with 'Yo Mama'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}