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 🐣!
擴展基本資訊
名稱 | |
ID | pafabigkmominepmnkgnpadmohnmadjd |
官方網址 | 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" } ] } |