DeviantArt Slideshow
Beautiful art from DeviantArt.com in your new tabs
What is DeviantArt Slideshow?
DeviantArt Slideshow is a Chrome extension developed by benhorin, and its main feature is "Beautiful art from DeviantArt.com in your new tabs".
Extension Screenshots
Download DeviantArt Slideshow Extension CRX File
Download DeviantArt Slideshow 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
Beautiful art from DeviantArt in your new tabs. Each time you open a new tab, you will get beautiful high-resolution artworks from DeviantArt, with the option to choose a specific collection or random work, to view a single artwork or play a customised slideshow. Features: • Beautiful artworks from DeviantArt in every new tab • View artwork name and artist with links to original work • View one or more artworks in slideshow mode • Use as a screensaver or on a separate monitor • Specific collection or curated daily deviations • Autoplay on/off • Full bleed background / no crop and optional background hue
Extension Basic Information
Name | DeviantArt Slideshow |
ID | aipmjmmedegeojplcnpphipkjlidoioj |
Official URL | https://chromewebstore.google.com/detail/deviantart-slideshow/aipmjmmedegeojplcnpphipkjlidoioj |
Description | Beautiful art from DeviantArt.com in your new tabs |
File Size | 185 KB |
Installation Count | 240 |
Current Version | 0.9.2 |
Last Updated | 2020-11-11 |
Publish Date | 2020-11-06 |
Rating | 3.27/5 Total 11 Ratings |
Developer | benhorin |
[email protected] | |
Payment Type | free |
Extension Website | https://deviantart.com |
Help Page URL | https://wuwa.org |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DeviantArt Slideshow", "version": "0.9.2", "manifest_version": 2, "description": "Beautiful art from DeviantArt.com in your new tabs", "author": "Ben Benhorin", "homepage_url": "https:\/\/deviantart.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "options_ui": { "page": "src\/options\/options.html", "open_in_tab": true }, "chrome_url_overrides": { "newtab": "src\/override\/override.html" }, "permissions": [ "https:\/\/www.deviantart.com\/", "storage" ] } |