Automatic scroll for Savee.it

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

什么是Automatic scroll for Savee.it?

Automatic scroll for Savee.it是由edgardfernandes11开发的Chrome扩展程序,该扩展的主要功能是“Unofficial plugin that turns your savee.it into a screen saver.”。

扩展截图

screenshot

下载Automatic scroll for Savee.it扩展crx文件

下载Automatic scroll for Savee.it扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Automatic scroll for Savee.it Automatic scroll for Savee.it
ID jkcghfonpejlgiknjnmnhojpmndejhjl
官方URL https://chromewebstore.google.com/detail/automatic-scroll-for-save/jkcghfonpejlgiknjnmnhojpmndejhjl
简介 Unofficial plugin that turns your savee.it into a screen saver.
文件大小 13.82 KB
安装次数 27
当前版本 1.0.2
更新时间 2022-02-11
上架时间 2020-10-01
开发者 edgardfernandes11
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}