iPrevYou
Preview youtube videos on the spot without leaving the page
Hvad er iPrevYou?
iPrevYou er en Chrome-udvidelse udviklet af iprevyou, og dens hovedfunktion er "Preview youtube videos on the spot without leaving the page".
Udvidelsesskærmbilleder
Download iPrevYou-udvidelses-CRX-fil
Download iPrevYou-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Remove the hassle of opening a new page to view a youtube video and watch them right on spot. In combination with the our chrome app you can also view videos outside the youtube webpage.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | cmdehdaenpmcjddcnfejenikokbgghei |
Officiel URL | https://chrome.google.com/webstore/detail/iprevyou/cmdehdaenpmcjddcnfejenikokbgghei |
Beskrivelse | Preview youtube videos on the spot without leaving the page |
Filstørrelse | 86.43 KB |
Antal Installationer | 605 |
Nuværende Version | 1.0.6 |
Senest Opdateret | 2017-09-01 |
Udgivelsesdato | 2017-09-01 |
Bedømmelse | 4.35/5 Samlet 20 Bedømmelser |
Udvikler | iprevyou |
Betalingsmetode | free |
Udvidelseswebsted | http://www.iprevyou.com |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_title": "iprevyou" }, "description": "Preview youtube videos on the spot without leaving the page", "web_accessible_resources": [ "scripts\/*", "fonts\/*", "main.css", "popup.js", "plugin\/*" ], "content_scripts": [ { "run_at": "document_idle", "matches": [ "*:\/\/*.youtube.com\/*", "*:\/\/youtube.com\/*" ], "js": [ "content.js" ] } ], "manifest_version": 2, "name": "iPrevYou", "short_name": "iPrevYou", "homepage_url": "http:\/\/iprevyou.com", "permissions": [ "*:\/\/*\/*", "background", "management", "tabs", "storage", "*:\/\/*\/*", " |