Looper

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

Looper क्या है?

Looper 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Looper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}