Automatic scroll for Savee.it

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

Wat is Automatic scroll for Savee.it?

Automatic scroll for Savee.it is een Chrome-extensie ontwikkeld door edgardfernandes11, en de belangrijkste functie is "Unofficial plugin that turns your savee.it into a screen saver.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Automatic scroll for Savee.it

Download Automatic scroll for Savee.it-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Automatic scroll for Savee.it Automatic scroll for Savee.it
ID jkcghfonpejlgiknjnmnhojpmndejhjl
Officiële URL https://chromewebstore.google.com/detail/automatic-scroll-for-save/jkcghfonpejlgiknjnmnhojpmndejhjl
Beschrijving Unofficial plugin that turns your savee.it into a screen saver.
Bestandsgrootte 13.82 KB
Aantal Installaties 27
Huidige Versie 1.0.2
Laatst Bijgewerkt 2022-02-11
Publicatiedatum 2020-10-01
Ontwikkelaar edgardfernandes11
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}