refined slideshare

make slideshare's user experience better

What is refined slideshare?

refined slideshare is a Chrome extension developed by hinoshita1992, and its main feature is "make slideshare's user experience better".

Extension Screenshots

screenshot
screenshot

Download refined slideshare Extension CRX File

Download refined slideshare 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

                        Chrome extension that enhances user experience with Avoid displaying the most noticeable ads.                    

Extension Basic Information

Name refined slideshare refined slideshare
ID aaoppniefnfcljndkcodeanklbanedeo
Official URL https://chromewebstore.google.com/detail/refined-slideshare/aaoppniefnfcljndkcodeanklbanedeo
Description make slideshare's user experience better
File Size 5.95 KB
Installation Count 589
Current Version 0.18
Last Updated 2023-10-28
Publish Date 2023-04-06
Rating 4.50/5 Total 2 Ratings
Developer hinoshita1992
Email [email protected]
Payment Type free
Extension Website https://github.com/mkusaka/refined-slideshare
Help Page URL https://github.com/mkusaka/refined-slideshare/issues
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "refined slideshare",
    "version": "0.18",
    "description": "make slideshare's user experience better",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.slideshare.net\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/www.slideshare.net\/*"
    ],
    "permissions": [
        "declarativeNetRequest"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rules1",
                "path": "rules.json",
                "enabled": true
            }
        ]
    }
}