Ducks to 🦆 emoji

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

Qu'est-ce que Ducks to 🦆 emoji ?

Ducks to 🦆 emoji est une extension Chrome développée par the-meme-board, et sa fonction principale est "Change all ducks and ducklings on the internet to 🦆 and 🐣".

Télécharger le fichier CRX de l'extension Ducks to 🦆 emoji

Téléchargez les fichiers d'extension Ducks to 🦆 emoji au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Ducks to 🦆 emoji Ducks to 🦆 emoji
ID pafabigkmominepmnkgnpadmohnmadjd
URL Officiel https://chrome.google.com/webstore/detail/ducks-to-%F0%9F%A6%86-emoji/pafabigkmominepmnkgnpadmohnmadjd
Description Change all ducks and ducklings on the internet to 🦆 and 🐣
Taille du Fichier 103 KB
Nombre d'Installations 10
Version Actuelle 1.0
Dernière Mise à Jour 2016-12-06
Date de Publication 2016-12-06
Évaluation 3.67/5 Total 3 Évaluations
Développeur the-meme-board
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}