Smurfy Build Embedder

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

Smurfy Build Embedderคืออะไร?

Smurfy Build Embedder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TVsBrent และคุณลักษณะหลักของมันคือ "Replaces links to builds on Smurfy with an in-line, embedded version of the build."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Smurfy Build Embedder

ดาวน์โหลดไฟล์ส่วนขยาย 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:\/\/*\/*"
    ]
}