LoopTube
Auto loop the YouTube video
Vad är LoopTube?
LoopTube är en Chrome-tillägg utvecklad av vedha.viyash, och dess huvudfunktion är "Auto loop the YouTube video".
Tilläggsskärmbilder
Ladda ner LoopTube-förlängningens CRX-fil
Ladda ner LoopTube-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Auto loop the YouTube video when it ends. No more click replay buttons again! Grundläggande Information om Tillägg
| Namn | |
| ID | faaokfideffddckilhbjniccnelnioid |
| Officiell webbadress | https://chromewebstore.google.com/detail/looptube/faaokfideffddckilhbjniccnelnioid |
| Beskrivning | Auto loop the YouTube video |
| Filstorlek | 10.51 KB |
| Antal Installationer | 75 |
| Aktuell Version | 0.0.1 |
| Senast Uppdaterad | 2020-08-18 |
| Publiceringsdatum | 2020-08-18 |
| Utvecklare | vedha.viyash |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "LoopTube",
"version": "0.0.1",
"description": "Auto loop the YouTube video",
"manifest_version": 2,
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"icons": {
"16": "youtube.png",
"48": "youtube.png",
"128": "youtube.png"
},
"browser_action": {
"default_icon": "youtube.png",
"default_title": "Turning this extension on will loop the YouTube video automatically"
}
} | |