Dinofauro

Que tal colocar todos os textos do seu navegador no modo Dinofauro?

Was ist Dinofauro?

Dinofauro ist eine Chrome-Erweiterung, die von https://www.querosaude.net entwickelt wurde, und ihr Hauptmerkmal ist "Que tal colocar todos os textos do seu navegador no modo Dinofauro?".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Dinofauro-Erweiterungs-CRX-Datei herunterladen

Laden Sie Dinofauro-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Altera todos os textos das páginas para o idioma do Dinofauro!

Basta instalar e sair usando!

veja sites como:
g1.globo.com
catracalivre.com.br
letras.mus.br

quero


e muito mais!

qualquer dúvida: [email protected]



======= Modo Dinofauro =====


alfera fodof of fexfof daf páginaf para o idioma do dinofauro!

baffa inffalar e fair ufando!

feja fifef como:
g1.globo.com
catracalivre.com.br
letras.mus.br                    

Grundlegende Informationen zur Erweiterung

Name Dinofauro Dinofauro
ID cnlfiniglojkghaimelkdfinhodgdaom
Offizielle URL https://chromewebstore.google.com/detail/dinofauro/cnlfiniglojkghaimelkdfinhodgdaom
Beschreibung Que tal colocar todos os textos do seu navegador no modo Dinofauro?
Dateigröße 106 KB
Installationsanzahl 10
Aktuelle Version 0.1
Letztes Update 2017-08-02
Veröffentlichungsdatum 2017-08-01
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler https://www.querosaude.net
Zahlungsart free
Erweiterungswebsite http://www.querosaude.net/
Unterstützte Sprachen pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dinofauro",
    "version": "0.1",
    "description": "Que tal colocar todos os textos do seu navegador no modo Dinofauro?",
    "homepage_url": "http:\/\/pvalente.com",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon16.png"
    }
}