Ducks to 🦆 emoji

Change all ducks and ducklings on the internet to 🦆 and 🐣

What is Ducks to 🦆 emoji?

Ducks to 🦆 emoji is a Chrome extension developed by the-meme-board, and its main feature is "Change all ducks and ducklings on the internet to 🦆 and 🐣".

Download Ducks to 🦆 emoji Extension CRX File

Download Ducks to 🦆 emoji extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension will change all the word's "Duck" and "Duckling" to the proper emojis 🦆 and 🐣!                    

Extension Basic Information

Name Ducks to 🦆 emoji Ducks to 🦆 emoji
ID pafabigkmominepmnkgnpadmohnmadjd
Official URL https://chrome.google.com/webstore/detail/ducks-to-%F0%9F%A6%86-emoji/pafabigkmominepmnkgnpadmohnmadjd
Description Change all ducks and ducklings on the internet to 🦆 and 🐣
File Size 103 KB
Installation Count 10
Current Version 1.0
Last Updated 2016-12-06
Publish Date 2016-12-06
Rating 3.67/5 Total 3 Ratings
Developer the-meme-board
Payment Type free
Supported Languages 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"
        }
    ]
}