Smurfy Build Embedder

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

什么是Smurfy Build Embedder?

Smurfy Build Embedder是由TVsBrent开发的Chrome扩展程序,该扩展的主要功能是“Replaces links to builds on Smurfy with an in-line, embedded version of the build.”。

扩展截图

screenshot
screenshot

下载Smurfy Build Embedder扩展crx文件

下载Smurfy Build Embedder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 Smurfy Build Embedder Smurfy Build Embedder
ID cojeifpnlghjagiopmpbcpipjocbcahp
官方URL https://chrome.google.com/webstore/detail/smurfy-build-embedder/cojeifpnlghjagiopmpbcpipjocbcahp
简介 Replaces links to builds on Smurfy with an in-line, embedded version of the build.
文件大小 835 KB
安装次数 47
当前版本 0.2.2
更新时间 2015-08-24
上架时间 2015-08-24
评分 5.00/5 共1次评分
开发者 TVsBrent
付费类型 free
支持的语言 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:\/\/*\/*"
    ]
}