Ducks to 🦆 emoji
Change all ducks and ducklings on the internet to 🦆 and 🐣
Co to jest Ducks to 🦆 emoji?
Ducks to 🦆 emoji to rozszerzenie Chrome opracowane przez the-meme-board, a jego główną funkcją jest „Change all ducks and ducklings on the internet to 🦆 and 🐣”.
Pobierz plik CRX rozszerzenia Ducks to 🦆 emoji
Pobierz pliki rozszerzeń Ducks to 🦆 emoji 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
This extension will change all the word's "Duck" and "Duckling" to the proper emojis 🦆 and 🐣!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | pafabigkmominepmnkgnpadmohnmadjd |
Oficjalny URL | https://chrome.google.com/webstore/detail/ducks-to-%F0%9F%A6%86-emoji/pafabigkmominepmnkgnpadmohnmadjd |
Opis | Change all ducks and ducklings on the internet to 🦆 and 🐣 |
Rozmiar pliku | 103 KB |
Liczba instalacji | 10 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2016-12-06 |
Data Publikacji | 2016-12-06 |
Ocena | 3.67/5 Łącznie 3 Oceny |
Deweloper | the-meme-board |
Typ Płatności | free |
Obsługiwane Języki | 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" } ] } |