Stuck on repeat
Adds a repeat button to Youtube & Vimeo videos.
Stuck on repeat क्या है?
Stuck on repeat https://www.davidlopezgomez.es द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a repeat button to Youtube & Vimeo videos."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Stuck on repeat एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
You've got me stuck on repeat
And I just can't seem to break free
You've got me stuck on repeat
I can only move to the beat
And I don't remember how it started
And I don't know how to stop
But every time I reach the bottom
Something pulls me right back to the top 'cause एक्सटेंशन की मूल जानकारी
| नाम | |
| ID | pldfmggcjmefiajnmphgpnbeideaaaab |
| आधिकारिक URL | https://chromewebstore.google.com/detail/stuck-on-repeat/pldfmggcjmefiajnmphgpnbeideaaaab |
| विवरण | Adds a repeat button to Youtube & Vimeo videos. |
| फ़ाइल का आकार | 11.92 KB |
| स्थापना संख्या | 710 |
| वर्तमान संस्करण | 0.14 |
| अंतिम अपडेट | 2022-07-06 |
| प्रकाशन तिथि | 2017-09-08 |
| रेटिंग | 5.00/5 कुल 9 रेटिंग्स |
| डेवलपर | https://www.davidlopezgomez.es |
| ईमेल | [email protected] |
| भुगतान के प्रकार | free |
| समर्थित भाषाएँ | en,es |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Stuck on repeat",
"description": "__MSG_extDescription__",
"author": "David L\u00f3pez",
"version": "0.14",
"default_locale": "en",
"manifest_version": 2,
"browser_action": {
"default_icon": {
"38": "img\/icon38.png",
"19": "img\/icon19.png"
}
},
"content_scripts": [
{
"matches": [
"*:\/\/www.youtube.com\/*",
"*:\/\/vimeo.com\/*"
],
"js": [
"content.js"
],
"css": [
"style.css"
],
"run_at": "document_end"
}
],
"icons": {
"128": "img\/icon128.png",
"48": "img\/icon48.png",
"16": "img\/icon16.png"
}
} | |