SuperNova SWF Enabler

Allow users to easily play their favorite SWF Game Content

SuperNova SWF Enablerคืออะไร?

SuperNova SWF Enabler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://getsupernova.com และคุณลักษณะหลักของมันคือ "Allow users to easily play their favorite SWF Game Content"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SuperNova SWF Enabler

ดาวน์โหลดไฟล์ส่วนขยาย SuperNova SWF Enabler ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Keep playing all your favorite content with the SuperNova SWF Enabler. Don't let big companies take away your fun -- Supernova SWF enables lets you keep playing all your favorite SWF games on your favorite gaming websites.*

Without SuperNova, hundreds of thousands of web games might eventually no longer be available to users, and we would lose decades of internet gaming history.

But by installing the SuperNova SWF Enabler, you will be able to access all the SWF content on all of your preferred web destinations, and keep playing your favorite games - forever.

*Some features require installing the Supernova Player (Currently available on Windows)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SuperNova SWF Enabler SuperNova SWF Enabler
ID mhmphnocemakkjdampibehejoaleebpo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/supernova-swf-enabler/mhmphnocemakkjdampibehejoaleebpo
คำอธิบาย Allow users to easily play their favorite SWF Game Content
ขนาดไฟล์ 4.15 MB
จำนวนการติดตั้ง 542,224
เวอร์ชันปัจจุบัน 0.92
อัปเดตครั้งล่าสุด 2022-09-29
วันที่เผยแพร่ 2019-08-30
คะแนน 2.04/5 รวมทั้งหมด 330 คะแนน
ผู้พัฒนา https://getsupernova.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.getsupernova.com
URL หน้านโยบายความเป็นส่วนตัว https://www.getsupernova.com/privacypolicy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SuperNova SWF Enabler",
    "developer": {
        "name": "Tactics Technology LLC"
    },
    "short_name": "SuperNova",
    "version": "0.92",
    "description": "Allow users to easily play their favorite SWF Game Content",
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "nativeMessaging"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "afterpage.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/icon-16x16.png",
            "32": "images\/icon-32x32.png",
            "48": "images\/icon-48x48.png",
            "128": "images\/icon-128x128.png",
            "256": "images\/icon-256x256.png"
        },
        "default_popup": "ui.html"
    },
    "options_page": "options.html",
    "icons": {
        "16": "images\/icon-16x16.png",
        "32": "images\/icon-32x32.png",
        "48": "images\/icon-48x48.png",
        "128": "images\/icon-128x128.png"
    },
    "content_security_policy": "default-src 'self'; script-src 'self' 'wasm-eval'; style-src 'unsafe-inline'; connect-src *; img-src data:;",
    "web_accessible_resources": [
        "enabler.html",
        "ui.html",
        "supernovalauncher.js",
        "ruffle\/ruffle.js",
        "ruffle\/662.js",
        "ruffle\/966.js",
        "ruffle\/533d00859b2aae889211.wasm",
        "ruffle\/b976dc655b2bd48d362e.wasm"
    ],
    "manifest_version": 2
}