Automatic scroll for Savee.it

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

Cos'è Automatic scroll for Savee.it?

Automatic scroll for Savee.it è un'estensione di Chrome sviluppata da edgardfernandes11, e la sua funzione principale è "Unofficial plugin that turns your savee.it into a screen saver.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Automatic scroll for Savee.it

Scarica i file di estensione Automatic scroll for Savee.it in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Automatic scroll for Savee.it Automatic scroll for Savee.it
ID jkcghfonpejlgiknjnmnhojpmndejhjl
URL Ufficiale https://chromewebstore.google.com/detail/automatic-scroll-for-save/jkcghfonpejlgiknjnmnhojpmndejhjl
Descrizione Unofficial plugin that turns your savee.it into a screen saver.
Dimensione del File 13.82 KB
Conteggio Installazioni 27
Versione Corrente 1.0.2
Ultimo Aggiornamento 2022-02-11
Data di Pubblicazione 2020-10-01
Sviluppatore edgardfernandes11
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}