Marie Le Conte -> Marie Le Pepe
Replaces the text 'Marie Le Conte' with 'Marie Le Pepe', on the entire internet.
Hvad er Marie Le Conte -> Marie Le Pepe?
Marie Le Conte -> Marie Le Pepe er en Chrome-udvidelse udviklet af cr3, og dens hovedfunktion er "Replaces the text 'Marie Le Conte' with 'Marie Le Pepe', on the entire internet.".
Udvidelsesskærmbilleder
Download Marie Le Conte -> Marie Le Pepe-udvidelses-CRX-fil
Download Marie Le Conte -> Marie Le Pepe-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
Replaces the text 'Marie Le Conte' with 'Marie Le Pepe', on the entire internet.
2016 Update: Now makes fart noises Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | egedkpknejmmcmpfgpninamalcdicepg |
| Officiel URL | https://chromewebstore.google.com/detail/marie-le-conte-%3E-marie-le/egedkpknejmmcmpfgpninamalcdicepg |
| Beskrivelse | Replaces the text 'Marie Le Conte' with 'Marie Le Pepe', on the entire internet. |
| Filstørrelse | 15.24 KB |
| Antal Installationer | 81 |
| Nuværende Version | 0.6 |
| Senest Opdateret | 2016-06-14 |
| Udgivelsesdato | 2016-06-14 |
| Bedømmelse | 2.71/5 Samlet 7 Bedømmelser |
| Udvikler | cr3 |
| Betalingsmetode | free |
| Understøttede Sprog | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Marie Le Conte -> Marie Le Pepe",
"version": "0.6",
"description": "Replaces the text 'Marie Le Conte' with 'Marie Le Pepe', on the entire internet.",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content_script.js"
],
"run_at": "document_end"
}
]
} | |