SlideShare Theater

Enter a distraction free content viewing experience on SlideShare.

What is SlideShare Theater?

SlideShare Theater is a Chrome extension developed by https://ss-theater.vishusingh.com, and its main feature is "Enter a distraction free content viewing experience on SlideShare.".

Extension Screenshots

screenshot
screenshot

Download SlideShare Theater Extension CRX File

Download SlideShare Theater 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

                        Head over to the SlideShare's content viewing page and start the extension (or hit alt/option + shift + s) to enter the theater.                    

Extension Basic Information

Name SlideShare Theater SlideShare Theater
ID fgaccaeaghfdbdllmkckjgefbgkblnjb
Official URL https://chromewebstore.google.com/detail/slideshare-theater/fgaccaeaghfdbdllmkckjgefbgkblnjb
Description Enter a distraction free content viewing experience on SlideShare.
File Size 73.49 KB
Installation Count 1,381
Current Version 0.0.6
Last Updated 2017-05-20
Publish Date 2017-05-19
Rating 4.38/5 Total 32 Ratings
Developer https://ss-theater.vishusingh.com
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SlideShare Theater",
    "version": "0.0.6",
    "manifest_version": 2,
    "description": "Enter a distraction free content viewing experience on SlideShare.",
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "icons": {
        "19": "images\/19x19.png",
        "38": "images\/38x38.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.slideshare.net\/*"
            ],
            "js": [
                "jquery-2.1.1.min.js",
                "content.js"
            ],
            "css": [
                "styles.css",
                "css\/animate.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/19x19.png",
            "38": "images\/38x38.png",
            "48": "images\/48x48.png",
            "128": "images\/128x128.png"
        },
        "default_title": "Start SlideShare Theater"
    },
    "web_accessible_resources": [
        "ss-theater.html",
        "images\/*.png"
    ],
    "commands": {
        "toggle-ss-theater": {
            "suggested_key": {
                "default": "Alt+Shift+S"
            },
            "description": "Toggle SS Theater"
        }
    }
}