MSOS X-Frame Buster

Allows all websites to be embedded inside of iframes in https://MSOS.MidSpike.Com/

What is MSOS X-Frame Buster?

MSOS X-Frame Buster is a Chrome extension developed by https://midspike.com, and its main feature is "Allows all websites to be embedded inside of iframes in https://MSOS.MidSpike.Com/".

Extension Screenshots

screenshot

Download MSOS X-Frame Buster Extension CRX File

Download MSOS X-Frame Buster extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension allows websites like google and youtube to allow being embedded in an iframe in MSOS.                    

Extension Basic Information

Name MSOS X-Frame Buster MSOS X-Frame Buster
ID apmkffmcfbkjpjaimkknlpdgcjnfiefk
Official URL https://chromewebstore.google.com/detail/msos-x-frame-buster/apmkffmcfbkjpjaimkknlpdgcjnfiefk
Description Allows all websites to be embedded inside of iframes in https://MSOS.MidSpike.Com/
File Size 347 KB
Installation Count 227
Current Version 2.0.0.9
Last Updated 2019-12-02
Publish Date 2019-11-29
Rating 5.00/5 Total 2 Ratings
Developer https://midspike.com
Email [email protected]
Payment Type free
Extension Website https://MSOS.MidSpike.Com/
Privacy Policy Page URL https://midspike.com/pages/privacy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MSOS X-Frame Buster",
    "author": "Tyler S. Resch",
    "description": "Allows all websites to be embedded inside of iframes in https:\/\/MSOS.MidSpike.Com\/",
    "version": "2.0.0.9",
    "homepage_url": "https:\/\/MSOS.MidSpike.Com\/",
    "icons": {
        "16": "Logos\/Glow\/MSOS-5-Glow-16x.png",
        "22": "Logos\/Glow\/MSOS-5-Glow-22x.png",
        "24": "Logos\/Glow\/MSOS-5-Glow-24x.png",
        "32": "Logos\/Glow\/MSOS-5-Glow-32x.png",
        "33": "Logos\/Glow\/MSOS-5-Glow-33x.png",
        "36": "Logos\/Glow\/MSOS-5-Glow-36x.png",
        "44": "Logos\/Glow\/MSOS-5-Glow-44x.png",
        "48": "Logos\/Glow\/MSOS-5-Glow-48x.png",
        "64": "Logos\/Glow\/MSOS-5-Glow-64x.png",
        "66": "Logos\/Glow\/MSOS-5-Glow-66x.png",
        "72": "Logos\/Glow\/MSOS-5-Glow-72x.png",
        "88": "Logos\/Glow\/MSOS-5-Glow-88x.png",
        "96": "Logos\/Glow\/MSOS-5-Glow-96x.png",
        "128": "Logos\/Glow\/MSOS-5-Glow-128x.png",
        "144": "Logos\/Glow\/MSOS-5-Glow-144x.png",
        "192": "Logos\/Glow\/MSOS-5-Glow-192x.png",
        "256": "Logos\/Glow\/MSOS-5-Glow-256x.png",
        "512": "Logos\/Glow\/MSOS-5-Glow-512x.png",
        "1024": "Logos\/Glow\/MSOS-5-Glow-1024x.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "Logos\/Glow\/MSOS-5-Glow-16x.png",
            "22": "Logos\/Glow\/MSOS-5-Glow-22x.png",
            "24": "Logos\/Glow\/MSOS-5-Glow-24x.png",
            "32": "Logos\/Glow\/MSOS-5-Glow-32x.png",
            "33": "Logos\/Glow\/MSOS-5-Glow-33x.png",
            "36": "Logos\/Glow\/MSOS-5-Glow-36x.png",
            "44": "Logos\/Glow\/MSOS-5-Glow-44x.png",
            "48": "Logos\/Glow\/MSOS-5-Glow-48x.png",
            "64": "Logos\/Glow\/MSOS-5-Glow-64x.png",
            "66": "Logos\/Glow\/MSOS-5-Glow-66x.png",
            "72": "Logos\/Glow\/MSOS-5-Glow-72x.png",
            "88": "Logos\/Glow\/MSOS-5-Glow-88x.png",
            "96": "Logos\/Glow\/MSOS-5-Glow-96x.png",
            "128": "Logos\/Glow\/MSOS-5-Glow-128x.png",
            "144": "Logos\/Glow\/MSOS-5-Glow-144x.png",
            "192": "Logos\/Glow\/MSOS-5-Glow-192x.png",
            "256": "Logos\/Glow\/MSOS-5-Glow-256x.png",
            "512": "Logos\/Glow\/MSOS-5-Glow-512x.png",
            "1024": "Logos\/Glow\/MSOS-5-Glow-1024x.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/msos.midspike.com\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "script.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}