Automatic scroll for Savee.it

Unofficial plugin that turns your savee.it into a screen saver.

Qu'est-ce que Automatic scroll for Savee.it ?

Automatic scroll for Savee.it est une extension Chrome développée par edgardfernandes11, et sa fonction principale est "Unofficial plugin that turns your savee.it into a screen saver.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Automatic scroll for Savee.it

Téléchargez les fichiers d'extension Automatic scroll for Savee.it 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

                        Unofficial plugin that turns your savee.it into a screen saver.                    

Informations de Base sur l'Extension

Nom Automatic scroll for Savee.it Automatic scroll for Savee.it
ID jkcghfonpejlgiknjnmnhojpmndejhjl
URL Officiel https://chromewebstore.google.com/detail/automatic-scroll-for-save/jkcghfonpejlgiknjnmnhojpmndejhjl
Description Unofficial plugin that turns your savee.it into a screen saver.
Taille du Fichier 13.82 KB
Nombre d'Installations 27
Version Actuelle 1.0.2
Dernière Mise à Jour 2022-02-11
Date de Publication 2020-10-01
Développeur edgardfernandes11
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Automatic scroll for Savee.it",
    "short_name": "Automatic scroll for Savee.it",
    "version": "1.0.2",
    "description": "Unofficial plugin that turns your savee.it into a screen saver.",
    "author": "Edgard Kozlowski  (http:\/\/edkf.com.br)",
    "commands": {
        "_execute_browser_action": []
    },
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.savee.it\/"
            ],
            "js": [
                "index.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "activeTab"
    ]
}