Automatic scroll for Savee.it

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

Co je Automatic scroll for Savee.it?

Automatic scroll for Savee.it je rozšíření Chrome vyvinuté edgardfernandes11, a jeho hlavní funkcí je „Unofficial plugin that turns your savee.it into a screen saver.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Automatic scroll for Savee.it

Stáhněte si soubory rozšíření Automatic scroll for Savee.it ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Automatic scroll for Savee.it Automatic scroll for Savee.it
ID jkcghfonpejlgiknjnmnhojpmndejhjl
Oficiální URL https://chromewebstore.google.com/detail/automatic-scroll-for-save/jkcghfonpejlgiknjnmnhojpmndejhjl
Popis Unofficial plugin that turns your savee.it into a screen saver.
Velikost souboru 13.82 KB
Počet instalací 27
Aktuální Verze 1.0.2
Poslední Aktualizace 2022-02-11
Datum Vydání 2020-10-01
Vývojář edgardfernandes11
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}