Ducks to 🦆 emoji

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

Cos'è Ducks to 🦆 emoji?

Ducks to 🦆 emoji è un'estensione di Chrome sviluppata da the-meme-board, e la sua funzione principale è "Change all ducks and ducklings on the internet to 🦆 and 🐣".

Scarica il file CRX dell'estensione Ducks to 🦆 emoji

Scarica i file di estensione Ducks to 🦆 emoji in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Ducks to 🦆 emoji Ducks to 🦆 emoji
ID pafabigkmominepmnkgnpadmohnmadjd
URL Ufficiale https://chrome.google.com/webstore/detail/ducks-to-%F0%9F%A6%86-emoji/pafabigkmominepmnkgnpadmohnmadjd
Descrizione Change all ducks and ducklings on the internet to 🦆 and 🐣
Dimensione del File 103 KB
Conteggio Installazioni 10
Versione Corrente 1.0
Ultimo Aggiornamento 2016-12-06
Data di Pubblicazione 2016-12-06
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore the-meme-board
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}