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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย edgardfernandes11 และคุณลักษณะหลักของมันคือ "Unofficial plugin that turns your savee.it into a screen saver."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Automatic scroll for Savee.it

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}