Looper

Best Loop Tool. Works with all websites! Move your mouse cursor over any video and set loop in a portion/range.

Looperคืออะไร?

Looper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Code Charity และคุณลักษณะหลักของมันคือ "Best Loop Tool. Works with all websites! Move your mouse cursor over any video and set loop in a portion/range."

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

screenshot

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

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

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

                        The Loop Tool! Move your mouse cursor over any video and set loop in a portion/range. Works with YouTube, Facebook, Instagram, Netflix, TikTok, Twitch, Vimeo! 👌

Features:
 ✓ Select a video simply by hovering over it
 ✓ Set loop in a portion/range
 ✓ Hide Looper popup with "i" key 
 
Open Source! 🎈 Check out Looper's source code and contribute here:
   •  https://github.com/victor-savinov/looper

Permissions explained:
  ⭐️ "Read and change all your data on the websites you visit": to be able to connect to and modify Looper control of any website that include videos.                    

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

ชื่อ Looper Looper
ID hlnfnoahfgnjnbkdckfnolacbmoknlmi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/looper/hlnfnoahfgnjnbkdckfnolacbmoknlmi
คำอธิบาย Best Loop Tool. Works with all websites! Move your mouse cursor over any video and set loop in a portion/range.
ขนาดไฟล์ 74.34 KB
จำนวนการติดตั้ง 1,002
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2021-11-03
วันที่เผยแพร่ 2021-03-22
คะแนน 4.18/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา Code Charity
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://improvedtube.com/privacy
ภาษาที่รองรับ id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Looper",
    "description": "Best Loop Tool. Works with all websites! Move your mouse cursor over any video and set loop in a portion\/range.",
    "version": "1.1",
    "default_locale": "en",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "ui\/popup.html"
    },
    "options_page": "ui\/options.html",
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "content-styles.css"
            ],
            "js": [
                "content-script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "offline_enabled": true,
    "optional_permissions": [
        "downloads"
    ],
    "permissions": [
        "storage"
    ]
}