Pixiv Discovery: Slideshow & Enhancements

Browse your Pixiv Discovery feed through an intuitive, auto-updating slideshow interface. Larger images, and keyboard support.

O que é Pixiv Discovery: Slideshow & Enhancements?

Pixiv Discovery: Slideshow & Enhancements é uma extensão do Chrome desenvolvida por Bunny, e sua principal característica é "Browse your Pixiv Discovery feed through an intuitive, auto-updating slideshow interface. Larger images, and keyboard support.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Pixiv Discovery: Slideshow & Enhancements

Baixe arquivos de extensão Pixiv Discovery: Slideshow & Enhancements 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

                        Currently, we support auto-updating when reaching the end, and opening up the full artwork in a new tab if selected. Keyboard controls are the traditional arrow keys, but also A and D.

A future version will likely support bookmarking, along with dynamically adding slides as new work gets recommended.

Navigate to the discovery feed, select an image, and the slideshow will start from that image, updating with the next set as you reach the end.                    

Informações Básicas da Extensão

Nome Pixiv Discovery: Slideshow & Enhancements Pixiv Discovery: Slideshow & Enhancements
ID booeoiiknbcbheiidgjdfkjafikbghmi
URL Oficial https://chromewebstore.google.com/detail/pixiv-discovery-slideshow/booeoiiknbcbheiidgjdfkjafikbghmi
Descrição Browse your Pixiv Discovery feed through an intuitive, auto-updating slideshow interface. Larger images, and keyboard support.
Tamanho do Arquivo 94.35 KB
Contagem de Instalações 181
Versão Atual 1.1
Última Atualização 2020-07-06
Data de Publicação 2020-07-02
Classificação 1.00/5 Total de 2 Avaliações
Desenvolvedor Bunny
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pixiv Discovery: Slideshow & Enhancements",
    "version": "1.1",
    "author": "Bunny",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "Browse your Pixiv Discovery feed through an intuitive, auto-updating slideshow interface. Larger images, and keyboard support.",
    "content_scripts": [
        {
            "css": [
                "styles.css",
                "slick\/slick.css",
                "slick\/slick-theme.css"
            ],
            "js": [
                "jquery-3.5.1.min.js",
                "slick\/slick.min.js",
                "script.js"
            ],
            "matches": [
                "https:\/\/www.pixiv.net\/discovery"
            ]
        }
    ],
    "permissions": [
        "https:\/\/www.pixiv.net\/*"
    ]
}