Pixiv Discovery: Slideshow & Enhancements

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

Qu'est-ce que Pixiv Discovery: Slideshow & Enhancements ?

Pixiv Discovery: Slideshow & Enhancements est une extension Chrome développée par Bunny, et sa fonction principale est "Browse your Pixiv Discovery feed through an intuitive, auto-updating slideshow interface. Larger images, and keyboard support.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Pixiv Discovery: Slideshow & Enhancements

Téléchargez les fichiers d'extension Pixiv Discovery: Slideshow & Enhancements au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Pixiv Discovery: Slideshow & Enhancements Pixiv Discovery: Slideshow & Enhancements
ID booeoiiknbcbheiidgjdfkjafikbghmi
URL Officiel https://chromewebstore.google.com/detail/pixiv-discovery-slideshow/booeoiiknbcbheiidgjdfkjafikbghmi
Description Browse your Pixiv Discovery feed through an intuitive, auto-updating slideshow interface. Larger images, and keyboard support.
Taille du Fichier 94.35 KB
Nombre d'Installations 181
Version Actuelle 1.1
Dernière Mise à Jour 2020-07-06
Date de Publication 2020-07-02
Évaluation 1.00/5 Total 2 Évaluations
Développeur Bunny
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}