The extension has a solid user base of 20,000 users and maintains a high rating of 4.6 stars from 17 reviews, indicating generally positive user experiences. However, the lack of developer information and missing last updated date raises some transparency concerns. The extension's purpose appears to be creating URL slideshows, which is a legitimate functionality.
The primary concern is the tabs permission, which grants broad access to browser tab information and manipulation capabilities. This level of access seems excessive for a simple slideshow tool and could potentially be misused to monitor browsing activity or redirect users to malicious sites. The contextMenus permission, while less concerning, adds another attack vector. The extension's use of Manifest V2 indicates it hasn't been updated to meet newer security standards, suggesting possible maintenance issues or outdated security practices.
Consider running this extension in a separate Chrome profile to isolate potential risks from your main browsing environment. Monitor the extension's behavior closely, especially any unexpected tab manipulations or redirects. Look for alternative slideshow extensions that use Manifest V3 and request fewer permissions. If you must use this extension, regularly review your browser's extension permissions and consider disabling it when not actively needed for slideshow creation.
| https://clients2.google.com/service/update2/crx | https://github.com/proddi/urlslideshow | |
| http://fully.qualified.domain/url | https://jsfiddle.net/at2h6ob0/ |
{ "name": "Url Slideshow", "icons": { "16": "icons/slideshow-24.png", "48": "icons/slideshow-48.png", "128": "icons/slideshow-128.png" }, "author": "proddi@splatterladder.com", "version": "0.5.0", "background": { "scripts": [ "js/SlideShow.js", "js/background.js" ], "persistent": true }, "options_ui": { "page": "html/options.html", "chrome_style": true }, "update_url": "https://clients2.google.com/service/update2/crx", "permissions": [ "contextMenus", "tabs" ], "homepage_url": "https://github.com/proddi/urlslideshow", "browser_action": { "default_icon": { "19": "icons/slideshow-24.png", "38": "icons/slideshow-48.png" }, "default_title": "Start/Stop the show..." }, "manifest_version": 2 }
ⓘ CRXaminer has partnered with our friends at Secure Annex to provide additional findings unique to their platform.
Secure Annex also analyzes extensions from other browsers, IDEs, and can continuously monitor.
This extension may not yet be analyzed by Secure Annex.