Youtube controller
Control Youtube play without visiting the tab.
Vad är Youtube controller?
Youtube controller är en Chrome-tillägg utvecklad av http://iamvp7.in, och dess huvudfunktion är "Control Youtube play without visiting the tab.".
Tilläggsskärmbilder
Ladda ner Youtube controller-förlängningens CRX-fil
Ladda ner Youtube controller-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
Easily play/pause youtube videos, play next video or replay the video from playlist without visit the youtube tab. Grundläggande Information om Tillägg
| Namn | |
| ID | fioanlgpncojcmfckbobmkhemdjdppoc |
| Officiell webbadress | https://chrome.google.com/webstore/detail/youtube-controller/fioanlgpncojcmfckbobmkhemdjdppoc |
| Beskrivning | Control Youtube play without visiting the tab. |
| Filstorlek | 28.38 KB |
| Antal Installationer | 144 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2017-04-01 |
| Publiceringsdatum | 2017-04-01 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | http://iamvp7.in |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Youtube controller",
"description": "Control Youtube play without visiting the tab.",
"homepage_url": "http:\/\/iamvp7.github.io\/",
"version": "1.0",
"icons": {
"48": "icons\/icon-48.png",
"96": "icons\/icon-96.png"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"*:\/\/*.youtube.com\/*",
"tabs"
],
"browser_action": {
"default_icon": {
"19": "icons\/icon-19.png",
"38": "icons\/icon-38.png"
},
"default_title": "Control your Youtube Player",
"default_popup": "popup\/youtube.html"
}
} | |