Problem To Pickle
Replaces the word 'problem' with word 'pickle' every where in the text on web page for each web site.
Что такое Problem To Pickle?
Problem To Pickle - это расширение Chrome, разработанное Unknown, и его основная функция - "Replaces the word 'problem' with word 'pickle' every where in the text on web page for each web site.".
Снимки экрана расширения
Скачать файл CRX расширения Problem To Pickle
Скачайте файлы расширений Problem To Pickle в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Does it ever feel like there are too many problems in the world? Don't worry, Design Pickle is here to help. Install this simple extension and all of your problems will turn into delicious pickles!
Основная информация о расширении
Название | |
ID | cflkfnipolmhhpjamgipagfbkadimgpb |
Официальный URL | https://chromewebstore.google.com/detail/problem-to-pickle/cflkfnipolmhhpjamgipagfbkadimgpb |
Описание | Replaces the word 'problem' with word 'pickle' every where in the text on web page for each web site. |
Размер файла | 18.12 KB |
Количество установок | 33 |
Текущая Версия | 1.0 |
Последнее Обновление | 2020-04-01 |
Дата публикации | 2020-04-01 |
Рейтинг | 5.00/5 Всего 4 оценок |
Разработчик | Unknown |
Тип оплаты | free |
Официальный сайт расширения | https://designpickle.com |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Problem To Pickle", "version": "1.0", "description": "Replaces the word 'problem' with word 'pickle' every where in the text on web page for each web site.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "contentScript.js" ], "run_at": "document_end" } ], "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon32.png" } } |