Ducks to 🦆 emoji

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

Ducks to 🦆 emoji क्या है?

Ducks to 🦆 emoji the-meme-board द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Change all ducks and ducklings on the internet to 🦆 and 🐣"।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Ducks to 🦆 emoji एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Ducks to 🦆 emoji Ducks to 🦆 emoji
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"
        }
    ]
}