DeviantArt Slideshow

Beautiful art from DeviantArt.com in your new tabs

O que é DeviantArt Slideshow?

DeviantArt Slideshow é uma extensão do Chrome desenvolvida por benhorin, e sua principal característica é "Beautiful art from DeviantArt.com in your new tabs".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão DeviantArt Slideshow

Baixe arquivos de extensão DeviantArt Slideshow no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome DeviantArt Slideshow DeviantArt Slideshow
ID aipmjmmedegeojplcnpphipkjlidoioj
URL Oficial https://chromewebstore.google.com/detail/deviantart-slideshow/aipmjmmedegeojplcnpphipkjlidoioj
Descrição Beautiful art from DeviantArt.com in your new tabs
Tamanho do Arquivo 185 KB
Contagem de Instalações 240
Versão Atual 0.9.2
Última Atualização 2020-11-11
Data de Publicação 2020-11-06
Classificação 3.27/5 Total de 11 Avaliações
Desenvolvedor benhorin
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://deviantart.com
URL da Página de Ajuda https://wuwa.org
Idiomas Suportados 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"
    ]
}