Smurfy Build Embedder

Replaces links to builds on Smurfy with an in-line, embedded version of the build.

Smurfy Build Embedder là gì?

Smurfy Build Embedder là một tiện ích mở rộng Chrome được phát triển bởi TVsBrent, và tính năng chính của nó là "Replaces links to builds on Smurfy with an in-line, embedded version of the build.".

Ả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 Smurfy Build Embedder

Tải xuống các tệp mở rộng Smurfy Build Embedder 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

                                            

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

Tên Smurfy Build Embedder Smurfy Build Embedder
ID cojeifpnlghjagiopmpbcpipjocbcahp
URL Chính Thức https://chrome.google.com/webstore/detail/smurfy-build-embedder/cojeifpnlghjagiopmpbcpipjocbcahp
Mô tả Replaces links to builds on Smurfy with an in-line, embedded version of the build.
Kích Thước Tệp 835 KB
Số Lần Cài Đặt 47
Phiên Bản Hiện Tại 0.2.2
Cập Nhật Lần Cuối 2015-08-24
Ngày Phát Hành 2015-08-24
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển TVsBrent
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smurfy Build Embedder",
    "short_name": "SmurfyEmbed",
    "description": "Replaces links to builds on Smurfy with an in-line, embedded version of the build.",
    "version": "0.2.2",
    "minimum_chrome_version": "40.0",
    "options_ui": {
        "page": "html\/options.html",
        "chrome_style": true
    },
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/jquery-2.1.4.min.js",
            "js\/background.js"
        ]
    },
    "web_accessible_resources": [
        "fonts\/*"
    ],
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "webRequest",
        "http:\/\/mwo.smurfy-net.de\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}