Rosenize

Change images into Michael Rosen

ما هو Rosenize؟

Rosenize هو إضافة Chrome تم تطويرها بواسطة Paradox460، والميزة الرئيسية لها هي "Change images into Michael Rosen".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Rosenize

قم بتنزيل ملفات الامتداد Rosenize بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Rosenize Rosenize
ID bkjcmopaekfmmhdejiegfdbpcjgjpjpf
عنوان URL الرسمي https://chromewebstore.google.com/detail/rosenize/bkjcmopaekfmmhdejiegfdbpcjgjpjpf
الوصف Change images into Michael Rosen
حجم الملف 4.22 MB
عدد التثبيتات 246
النسخة الحالية 0.1.3
آخر تحديث 2015-10-14
تاريخ النشر 2015-10-14
تقييم 4.48/5 مجموع تقييمات 40
المطور Paradox460
نوع الدفع free
موقع الإضافة https://github.com/paradox460/Rosenize/
اللغات المدعومة 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
    }
}