Obama to Yo Mama
Replaces the text 'Obama' with 'Yo Mama'.
Hvad er Obama to Yo Mama?
Obama to Yo Mama er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Replaces the text 'Obama' with 'Yo Mama'.".
Udvidelsesskærmbilleder
Download Obama to Yo Mama-udvidelses-CRX-fil
Download Obama to Yo Mama-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
Navn | Obama to Yo Mama |
ID | nhcfdcpogappjgiamokmdbmhhadkadci |
Officiel URL | https://chromewebstore.google.com/detail/obama-to-yo-mama/nhcfdcpogappjgiamokmdbmhhadkadci |
Beskrivelse | Replaces the text 'Obama' with 'Yo Mama'. |
Filstørrelse | 3.34 KB |
Antal Installationer | 319 |
Nuværende Version | 1.0 |
Senest Opdateret | 2014-08-21 |
Udgivelsesdato | 2014-08-21 |
Bedømmelse | 3.33/5 Samlet 3 Bedømmelser |
Udvikler | Unknown |
Betalingsmetode | free |
Understøttede Sprog | 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" } ] } |