Screen Video Recorder

Now you can start recording your screen with one click.

Screen Video Recorderคืออะไร?

Screen Video Recorder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mageruma2147 และคุณลักษณะหลักของมันคือ "Now you can start recording your screen with one click."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Screen Video Recorder

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

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

                        We invite you to try our new extension Screen Recorder. With it you can use the screen recording function.  To do this, you just need to go into the application and click on the button and after a couple of seconds, your screen will start recording.  Everything is very simple.  Screen Recorder does not ask for your personal information and guarantees security.  We did our best to make our product very easy and comfortable to use for you.  We are sure you will enjoy using Screen Recorder.  You just need to install our amazing extension and immediately after that you can enjoy using it.                    

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

ชื่อ Screen Video Recorder Screen Video Recorder
ID pealhhnpkinnmcanaaammjbhmeffjppa
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/screen-video-recorder/pealhhnpkinnmcanaaammjbhmeffjppa
คำอธิบาย Now you can start recording your screen with one click.
ขนาดไฟล์ 20.35 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2021-12-20
วันที่เผยแพร่ 2021-05-19
คะแนน 3.50/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา mageruma2147
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "Now you can start recording your screen with one click.",
    "short_name": "Screen video recorder",
    "version": "1.3",
    "manifest_version": 2,
    "default_locale": "en",
    "permissions": [
        "",
        "storage",
        "downloads"
    ],
    "offline_enabled": true,
    "icons": {
        "128": "uxuides\/cctv.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "twothirdfour\/hujimobo.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "128": "uxuides\/cctv.png"
        },
        "default_popup": "twothirdfour\/dugikile.html"
    },
    "background": {
        "scripts": [
            "firstpapka\/sewejuko.js"
        ]
    }
}