Marie Le Conte -> Marie Le Pepe
Replaces the text 'Marie Le Conte' with 'Marie Le Pepe', on the entire internet.
Vad är Marie Le Conte -> Marie Le Pepe?
Marie Le Conte -> Marie Le Pepe är en Chrome-tillägg utvecklad av cr3, och dess huvudfunktion är "Replaces the text 'Marie Le Conte' with 'Marie Le Pepe', on the entire internet.".
Tilläggsskärmbilder
Ladda ner Marie Le Conte -> Marie Le Pepe-förlängningens CRX-fil
Ladda ner Marie Le Conte -> Marie Le Pepe-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Replaces the text 'Marie Le Conte' with 'Marie Le Pepe', on the entire internet.
2016 Update: Now makes fart noises Grundläggande Information om Tillägg
| Namn | |
| ID | egedkpknejmmcmpfgpninamalcdicepg |
| Officiell webbadress | https://chromewebstore.google.com/detail/marie-le-conte-%3E-marie-le/egedkpknejmmcmpfgpninamalcdicepg |
| Beskrivning | Replaces the text 'Marie Le Conte' with 'Marie Le Pepe', on the entire internet. |
| Filstorlek | 15.24 KB |
| Antal Installationer | 81 |
| Aktuell Version | 0.6 |
| Senast Uppdaterad | 2016-06-14 |
| Publiceringsdatum | 2016-06-14 |
| Betyg | 2.71/5 Totalt 7 Betyg |
| Utvecklare | cr3 |
| Betalningssätt | free |
| Stödda Språk | 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"
}
]
} | |