iPrevYou
Preview youtube videos on the spot without leaving the page
Wat is iPrevYou?
iPrevYou is een Chrome-extensie ontwikkeld door iprevyou, en de belangrijkste functie is "Preview youtube videos on the spot without leaving the page".
Extensie Screenshots
Download het CRX-bestand van de extensie iPrevYou
Download iPrevYou-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | cmdehdaenpmcjddcnfejenikokbgghei |
Officiële URL | https://chrome.google.com/webstore/detail/iprevyou/cmdehdaenpmcjddcnfejenikokbgghei |
Beschrijving | Preview youtube videos on the spot without leaving the page |
Bestandsgrootte | 86.43 KB |
Aantal Installaties | 605 |
Huidige Versie | 1.0.6 |
Laatst Bijgewerkt | 2017-09-01 |
Publicatiedatum | 2017-09-01 |
Beoordeling | 4.35/5 Totaal 20 Beoordelingen |
Ontwikkelaar | iprevyou |
Betalingswijze | free |
Extensiewebsite | http://www.iprevyou.com |
Ondersteunde Talen | 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", "*:\/\/*\/*", " |