Marie Le Conte -> Marie Le Pepe
Replaces the text 'Marie Le Conte' with 'Marie Le Pepe', on the entire internet.
Co to jest Marie Le Conte -> Marie Le Pepe?
Marie Le Conte -> Marie Le Pepe to rozszerzenie Chrome opracowane przez cr3, a jego główną funkcją jest „Replaces the text 'Marie Le Conte' with 'Marie Le Pepe', on the entire internet.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Marie Le Conte -> Marie Le Pepe
Pobierz pliki rozszerzeń Marie Le Conte -> Marie Le Pepe w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Replaces the text 'Marie Le Conte' with 'Marie Le Pepe', on the entire internet.
2016 Update: Now makes fart noises Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | egedkpknejmmcmpfgpninamalcdicepg |
| Oficjalny URL | https://chromewebstore.google.com/detail/marie-le-conte-%3E-marie-le/egedkpknejmmcmpfgpninamalcdicepg |
| Opis | Replaces the text 'Marie Le Conte' with 'Marie Le Pepe', on the entire internet. |
| Rozmiar pliku | 15.24 KB |
| Liczba instalacji | 81 |
| Aktualna Wersja | 0.6 |
| Ostatnia Aktualizacja | 2016-06-14 |
| Data Publikacji | 2016-06-14 |
| Ocena | 2.71/5 Łącznie 7 Oceny |
| Deweloper | cr3 |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
]
} | |