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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
        }
    ]
}