YouWatch
Turn on Chrome's Picture in Picture mode everywhere it's accessable in one click!
Vad är YouWatch?
YouWatch är en Chrome-tillägg utvecklad av Meonaze Developer, och dess huvudfunktion är "Turn on Chrome's Picture in Picture mode everywhere it's accessable in one click!".
Tilläggsskärmbilder
Ladda ner YouWatch-förlängningens CRX-fil
Ladda ner YouWatch-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
Button to toggle Picture in Picture mode shows up when video on a page starts playing
Grundläggande Information om Tillägg
Namn | YouWatch |
ID | cfdnldjcnachhlmeaeocfapmpmpiagga |
Officiell webbadress | https://chromewebstore.google.com/detail/youwatch/cfdnldjcnachhlmeaeocfapmpmpiagga |
Beskrivning | Turn on Chrome's Picture in Picture mode everywhere it's accessable in one click! |
Filstorlek | 8.75 KB |
Antal Installationer | 23 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2018-11-30 |
Publiceringsdatum | 2018-11-26 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | Meonaze Developer |
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": "YouWatch", "version": "1.1", "description": "Turn on Chrome's Picture in Picture mode everywhere it's accessable in one click!", "icons": { "128": "images\/img128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content.js" ] } ], "page_action": { "default_icon": { "128": "images\/img128.png" } } } |