Auto Scroll

Extension for lazy ppl

Auto Scrollคืออะไร?

Auto Scroll เป็นส่วนขยายของ Chrome ที่พัฒนาโดย drperstry และคุณลักษณะหลักของมันคือ "Extension for lazy ppl"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto Scroll

ดาวน์โหลดไฟล์ส่วนขยาย Auto Scroll ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This chrome extension is for scrolling automatically. Can be very helpful for readers and loading pages that have  items.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Auto Scroll Auto Scroll
ID pgogpmjdfnolmgihjemjakelopockkgo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/auto-scroll/pgogpmjdfnolmgihjemjakelopockkgo
คำอธิบาย Extension for lazy ppl
ขนาดไฟล์ 13.51 KB
จำนวนการติดตั้ง 102
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2023-09-22
วันที่เผยแพร่ 2023-09-21
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา drperstry
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "version": "1.0.0",
    "description": "__MSG_extension_description__",
    "manifest_version": 3,
    "author": "Abdulrahman huwais",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "default_locale": "en",
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        },
        "default_popup": "popup\/popup.html",
        "default_title": "Scrolling"
    },
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content-script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "runAt": "document_end"
        }
    ]
}