Ducks to 🦆 emoji

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

什么是Ducks to 🦆 emoji?

Ducks to 🦆 emoji是由the-meme-board开发的Chrome扩展程序,该扩展的主要功能是“Change all ducks and ducklings on the internet to 🦆 and 🐣”。

下载Ducks to 🦆 emoji扩展crx文件

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