Marie Le Conte -> Marie Le Pepe
Replaces the text 'Marie Le Conte' with 'Marie Le Pepe', on the entire internet.
Что такое Marie Le Conte -> Marie Le Pepe?
Marie Le Conte -> Marie Le Pepe - это расширение Chrome, разработанное cr3, и его основная функция - "Replaces the text 'Marie Le Conte' with 'Marie Le Pepe', on the entire internet.".
Снимки экрана расширения
Скачать файл CRX расширения Marie Le Conte -> Marie Le Pepe
Скачайте файлы расширений Marie Le Conte -> Marie Le Pepe в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Replaces the text 'Marie Le Conte' with 'Marie Le Pepe', on the entire internet.
2016 Update: Now makes fart noises Основная информация о расширении
| Название | |
| ID | egedkpknejmmcmpfgpninamalcdicepg |
| Официальный URL | https://chromewebstore.google.com/detail/marie-le-conte-%3E-marie-le/egedkpknejmmcmpfgpninamalcdicepg |
| Описание | Replaces the text 'Marie Le Conte' with 'Marie Le Pepe', on the entire internet. |
| Размер файла | 15.24 KB |
| Количество установок | 81 |
| Текущая Версия | 0.6 |
| Последнее Обновление | 2016-06-14 |
| Дата публикации | 2016-06-14 |
| Рейтинг | 2.71/5 Всего 7 оценок |
| Разработчик | cr3 |
| Тип оплаты | free |
| Поддерживаемые языки | 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"
}
]
} | |