Auto Replay - Looper for YouTube™
Automatically replay, repeats your favorite YouTube video.
Vad är Auto Replay - Looper for YouTube™?
Auto Replay - Looper for YouTube™ är en Chrome-tillägg utvecklad av Download Manager, och dess huvudfunktion är "Automatically replay, repeats your favorite YouTube video.".
Tilläggsskärmbilder
Ladda ner Auto Replay - Looper for YouTube™-förlängningens CRX-fil
Ladda ner Auto Replay - Looper for YouTube™-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 replay for Youtube. Repeat infinitely your favorite video Grundläggande Information om Tillägg
| Namn | |
| ID | aniinijjlicmolpeohhlojkgjacpfjdc |
| Officiell webbadress | https://chromewebstore.google.com/detail/auto-replay-looper-for-yo/aniinijjlicmolpeohhlojkgjacpfjdc |
| Beskrivning | Automatically replay, repeats your favorite YouTube video. |
| Filstorlek | 80.75 KB |
| Antal Installationer | 177 |
| Aktuell Version | 0.1.5 |
| Senast Uppdaterad | 2017-10-28 |
| Publiceringsdatum | 2017-10-28 |
| Betyg | 4.25/5 Totalt 4 Betyg |
| Utvecklare | Download Manager |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://addonbrowser.com/privacy |
| Stödda Språk | en |
| manifest.json | |
{
"version": "0.1.5",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"permissions": [
"storage"
],
"short_name": "looperforyoutube",
"name": "Auto Replay - Looper for YouTube\u2122",
"background": {
"page": "lib\/chrome\/background.html"
},
"description": "Automatically replay, repeats your favorite YouTube video.",
"browser_action": {
"default_popup": "data\/popup\/popup.html",
"default_title": "Auto Replay for YouTube\u2122",
"default_icon": {
"16": "data\/icons\/16.png",
"32": "data\/icons\/32.png",
"48": "data\/icons\/48.png",
"64": "data\/icons\/64.png"
}
},
"content_scripts": [
{
"all_frames": false,
"run_at": "document_start",
"matches": [
"*:\/\/*.youtube.com\/*"
],
"js": [
"data\/content_script\/inject.js"
]
}
],
"icons": {
"16": "data\/icons\/16.png",
"32": "data\/icons\/32.png",
"48": "data\/icons\/48.png",
"64": "data\/icons\/64.png",
"128": "data\/icons\/128.png"
}
} | |