ytloop
Automatically replay the video in Youtube by default.
Vad är ytloop?
ytloop är en Chrome-tillägg utvecklad av ikaflower, och dess huvudfunktion är "Automatically replay the video in Youtube by default.".
Tilläggsskärmbilder
Ladda ner ytloop-förlängningens CRX-fil
Ladda ner ytloop-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
You can play Youtube video endlessly by default. In other words, This automatically replay the video clip. Grundläggande Information om Tillägg
| Namn | |
| ID | elcnaihlaknobdaoafljjbpbdobaccpp |
| Officiell webbadress | https://chromewebstore.google.com/detail/ytloop/elcnaihlaknobdaoafljjbpbdobaccpp |
| Beskrivning | Automatically replay the video in Youtube by default. |
| Filstorlek | 11.64 KB |
| Antal Installationer | 17 |
| Aktuell Version | 1.0.2 |
| Senast Uppdaterad | 2013-07-16 |
| Publiceringsdatum | 2013-07-16 |
| Betyg | 3.00/5 Totalt 1 Betyg |
| Utvecklare | ikaflower |
| Betalningssätt | free |
| Stödda Språk | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "ytloop",
"version": "1.0.2",
"description": "__MSG_appDesc__",
"default_locale": "en",
"content_scripts": [
{
"matches": [
"http:\/\/www.youtube.com\/watch*"
],
"js": [
"ytloop.js"
]
}
],
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"64": "icon64.png",
"128": "icon128.png"
}
} | |