Rosenize

Change images into Michael Rosen

Cos'è Rosenize?

Rosenize è un'estensione di Chrome sviluppata da Paradox460, e la sua funzione principale è "Change images into Michael Rosen".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Rosenize

Scarica i file di estensione Rosenize 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

                        Ever feel that you need more Rosen in your life?

Well, install this extension and see his face everywhere.

Too much Rosen? Go to the extension options and specify the percentage of rosenry.

Changelog: https://github.com/paradox460/Rosenize/releases                    

Informazioni di Base sull'Estensione

Nome Rosenize Rosenize
ID bkjcmopaekfmmhdejiegfdbpcjgjpjpf
URL Ufficiale https://chromewebstore.google.com/detail/rosenize/bkjcmopaekfmmhdejiegfdbpcjgjpjpf
Descrizione Change images into Michael Rosen
Dimensione del File 4.22 MB
Conteggio Installazioni 246
Versione Corrente 0.1.3
Ultimo Aggiornamento 2015-10-14
Data di Pubblicazione 2015-10-14
Valutazione 4.48/5 Totale 40 Valutazioni
Sviluppatore Paradox460
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/paradox460/Rosenize/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "version": "0.1.3",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "author": "Jeff Sandberg",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/mmm.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "images\/rosens\/*",
        "audio\/*"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}