Rosenize

Change images into Michael Rosen

Rosenize là gì?

Rosenize là một tiện ích mở rộng Chrome được phát triển bởi Paradox460, và tính năng chính của nó là "Change images into Michael Rosen".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Rosenize

Tải xuống các tệp mở rộng Rosenize dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Rosenize Rosenize
ID bkjcmopaekfmmhdejiegfdbpcjgjpjpf
URL Chính Thức https://chromewebstore.google.com/detail/rosenize/bkjcmopaekfmmhdejiegfdbpcjgjpjpf
Mô tả Change images into Michael Rosen
Kích Thước Tệp 4.22 MB
Số Lần Cài Đặt 246
Phiên Bản Hiện Tại 0.1.3
Cập Nhật Lần Cuối 2015-10-14
Ngày Phát Hành 2015-10-14
Đánh Giá 4.48/5 Tổng số 40 Đánh Giá
Nhà Phát Triển Paradox460
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/paradox460/Rosenize/
Ngôn Ngữ Được Hỗ Trợ 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
    }
}