Automatic scroll for Savee.it

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

What is Automatic scroll for Savee.it?

Automatic scroll for Savee.it is a Chrome extension developed by edgardfernandes11, and its main feature is "Unofficial plugin that turns your savee.it into a screen saver.".

Extension Screenshots

screenshot

Download Automatic scroll for Savee.it Extension CRX File

Download Automatic scroll for Savee.it extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Automatic scroll for Savee.it Automatic scroll for Savee.it
ID jkcghfonpejlgiknjnmnhojpmndejhjl
Official URL https://chromewebstore.google.com/detail/automatic-scroll-for-save/jkcghfonpejlgiknjnmnhojpmndejhjl
Description Unofficial plugin that turns your savee.it into a screen saver.
File Size 13.82 KB
Installation Count 27
Current Version 1.0.2
Last Updated 2022-02-11
Publish Date 2020-10-01
Developer edgardfernandes11
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}