Hoverzoom Plus for Youtube videos
Easily view Youtube videos without loading another page by hovering over the links.
Vad är Hoverzoom Plus for Youtube videos?
Hoverzoom Plus for Youtube videos är en Chrome-tillägg utvecklad av https://www.apptic.me, och dess huvudfunktion är "Easily view Youtube videos without loading another page by hovering over the links.".
Tilläggsskärmbilder
Ladda ner Hoverzoom Plus for Youtube videos-förlängningens CRX-fil
Ladda ner Hoverzoom Plus for Youtube videos-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
View Youtube videos easily by hovering over them. An extension truly for the lazy - rather than clicking, why not stay on the same page? Demo: https://www.apptic.me/projects/hoverzoom/
Grundläggande Information om Tillägg
Namn | Hoverzoom Plus for Youtube videos |
ID | himebmdddlbemclikfplacbnmjgomlkk |
Officiell webbadress | https://chromewebstore.google.com/detail/hoverzoom-plus-for-youtub/himebmdddlbemclikfplacbnmjgomlkk |
Beskrivning | Easily view Youtube videos without loading another page by hovering over the links. |
Filstorlek | 48.37 KB |
Antal Installationer | 713 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2014-06-09 |
Publiceringsdatum | 2014-06-09 |
Betyg | 3.92/5 Totalt 13 Betyg |
Utvecklare | https://www.apptic.me |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.apptic.me/projects/hoverzoom/ |
Hjälpsida URL | https://www.apptic.me/contact.php |
URL till Sekretesspolicy Sidan | https://www.apptic.me/privacy.php |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hoverzoom Plus for Youtube videos", "short_name": "Hoverzoom for Youtube", "description": "Easily view Youtube videos without loading another page by hovering over the links.", "version": "1.0.2", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon.png" }, "content_scripts": [ { "js": [ "jquery.js", "main.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_globs": [ "*:\/\/*.youtube.com\/*" ] } ] } |