Repeat button
Make videos play on repeat by pressing single button.
Repeat button क्या है?
Repeat button Marius Turcu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make videos play on repeat by pressing single button."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Repeat button एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Repeat Button adds automatic replay capabilities to online videos. It simply adds a new button to online videos. Once activated it plays a video in a loop. Repeat Button works on Youtube, many popular video sites, and generic HTML5 videos. How to use: You can enable the repeat mode both from the toolbar or from the player.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | iicpikopjmmincpjkckdngpkmlcchold |
आधिकारिक URL | https://chrome.google.com/webstore/detail/repeat-button/iicpikopjmmincpjkckdngpkmlcchold |
विवरण | Make videos play on repeat by pressing single button. |
फ़ाइल का आकार | 417 KB |
स्थापना संख्या | 1,466,157 |
वर्तमान संस्करण | 1.7.1 |
अंतिम अपडेट | 2022-10-13 |
प्रकाशन तिथि | 2021-06-13 |
रेटिंग | 4.12/5 कुल 17 रेटिंग्स |
डेवलपर | Marius Turcu |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://www.notion.so/Repeat-button-Privacy-policy-542aa0c225c24770ab6d1e9c06181530 |
समर्थित भाषाएँ | id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Repeat button", "background": { "scripts": [ "bg.js" ], "persistent": true }, "browser_action": { "default_icon": { "128": "icons\/icon-128.png", "48": "icons\/icon-48.png", "16": "icons\/icon-16.png" }, "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "content_scripts": [ { "css": [ "style.css" ], "js": [ "inject.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "run_at": "document_end" } ], "default_locale": "en", "description": "__MSG_app_desc__", "icons": { "128": "icons\/icon-128.png", "48": "icons\/icon-48.png", "16": "icons\/icon-16.png" }, "web_accessible_resources": [ "*.png" ], "manifest_version": 2, "name": "__MSG_app_name__", "permissions": [ " |