Ducks to 🦆 emoji

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

Wat is Ducks to 🦆 emoji?

Ducks to 🦆 emoji is een Chrome-extensie ontwikkeld door the-meme-board, en de belangrijkste functie is "Change all ducks and ducklings on the internet to 🦆 and 🐣".

Download het CRX-bestand van de extensie Ducks to 🦆 emoji

Download Ducks to 🦆 emoji-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Ducks to 🦆 emoji Ducks to 🦆 emoji
ID pafabigkmominepmnkgnpadmohnmadjd
Officiële URL https://chrome.google.com/webstore/detail/ducks-to-%F0%9F%A6%86-emoji/pafabigkmominepmnkgnpadmohnmadjd
Beschrijving Change all ducks and ducklings on the internet to 🦆 and 🐣
Bestandsgrootte 103 KB
Aantal Installaties 10
Huidige Versie 1.0
Laatst Bijgewerkt 2016-12-06
Publicatiedatum 2016-12-06
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar the-meme-board
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}