Ducks to 🦆 emoji
Change all ducks and ducklings on the internet to 🦆 and 🐣
Vad är Ducks to 🦆 emoji?
Ducks to 🦆 emoji är en Chrome-tillägg utvecklad av the-meme-board, och dess huvudfunktion är "Change all ducks and ducklings on the internet to 🦆 and 🐣".
Ladda ner Ducks to 🦆 emoji-förlängningens CRX-fil
Ladda ner Ducks to 🦆 emoji-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension will change all the word's "Duck" and "Duckling" to the proper emojis 🦆 and 🐣!
Grundläggande Information om Tillägg
Namn | |
ID | pafabigkmominepmnkgnpadmohnmadjd |
Officiell webbadress | https://chrome.google.com/webstore/detail/ducks-to-%F0%9F%A6%86-emoji/pafabigkmominepmnkgnpadmohnmadjd |
Beskrivning | Change all ducks and ducklings on the internet to 🦆 and 🐣 |
Filstorlek | 103 KB |
Antal Installationer | 10 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2016-12-06 |
Publiceringsdatum | 2016-12-06 |
Betyg | 3.67/5 Totalt 3 Betyg |
Utvecklare | the-meme-board |
Betalningssätt | free |
Stödda Språk | 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" } ] } |