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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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