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
Eメール [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"
    ]
}