Ducks to 🦆 emoji
Change all ducks and ducklings on the internet to 🦆 and 🐣
Что такое Ducks to 🦆 emoji?
Ducks to 🦆 emoji - это расширение Chrome, разработанное the-meme-board, и его основная функция - "Change all ducks and ducklings on the internet to 🦆 and 🐣".
Скачать файл CRX расширения Ducks to 🦆 emoji
Скачайте файлы расширений Ducks to 🦆 emoji в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension will change all the word's "Duck" and "Duckling" to the proper emojis 🦆 and 🐣!
Основная информация о расширении
Название | |
ID | pafabigkmominepmnkgnpadmohnmadjd |
Официальный URL | https://chrome.google.com/webstore/detail/ducks-to-%F0%9F%A6%86-emoji/pafabigkmominepmnkgnpadmohnmadjd |
Описание | Change all ducks and ducklings on the internet to 🦆 and 🐣 |
Размер файла | 103 KB |
Количество установок | 10 |
Текущая Версия | 1.0 |
Последнее Обновление | 2016-12-06 |
Дата публикации | 2016-12-06 |
Рейтинг | 3.67/5 Всего 3 оценок |
Разработчик | the-meme-board |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ducks to \ud83e\udd86 emoji", "description": "Change all ducks and ducklings on the internet to \ud83e\udd86 and \ud83d\udc23", "version": "1.0", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "script.js" ], "run_at": "document_end" } ] } |