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
官方網址 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"
    ]
}