Youtube to Playit Convertor
Converts the iframe and embeded video of youtube to playit.pk iframe.
¿Qué es Youtube to Playit Convertor?
Youtube to Playit Convertor es una extensión de Chrome desarrollada por rasikhkhattat, y su función principal es "Converts the iframe and embeded video of youtube to playit.pk iframe.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Youtube to Playit Convertor
Descarga archivos de extensión Youtube to Playit Convertor en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Converts the iframe and embeded video of youtube to playit.pk iframe. Very handy for users where youtube is blocked.
Información Básica de la Extensión
Nombre | |
ID | gdkpnafkljioejflaneicgaagjindfdg |
URL Oficial | https://chrome.google.com/webstore/detail/youtube-to-playit-convert/gdkpnafkljioejflaneicgaagjindfdg |
Descripción | Converts the iframe and embeded video of youtube to playit.pk iframe. |
Tamaño del Archivo | 42.4 KB |
Cantidad de Instalaciones | 302 |
Versión Actual | 1.0 |
Última Actualización | 2015-04-02 |
Fecha de Publicación | 2015-03-10 |
Calificación | 4.73/5 Total de 11 Calificaciones |
Desarrollador | rasikhkhattat |
Tipo de Pago | free |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube to Playit Convertor", "description": "Converts the iframe and embeded video of youtube to playit.pk iframe.", "version": "1.0", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Youtube to Playit Convertor.", "default_icon": "icon16.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.js", "youtube_script.js", "playit_script.js" ] } ], "manifest_version": 2 } |