Youtube to Playit Convertor
Converts the iframe and embeded video of youtube to playit.pk iframe.
O que é Youtube to Playit Convertor?
Youtube to Playit Convertor é uma extensão do Chrome desenvolvida por rasikhkhattat, e sua principal característica é "Converts the iframe and embeded video of youtube to playit.pk iframe.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Youtube to Playit Convertor
Baixe arquivos de extensão Youtube to Playit Convertor no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Converts the iframe and embeded video of youtube to playit.pk iframe. Very handy for users where youtube is blocked.
Informações Básicas da Extensão
Nome | |
ID | gdkpnafkljioejflaneicgaagjindfdg |
URL Oficial | https://chrome.google.com/webstore/detail/youtube-to-playit-convert/gdkpnafkljioejflaneicgaagjindfdg |
Descrição | Converts the iframe and embeded video of youtube to playit.pk iframe. |
Tamanho do Arquivo | 42.4 KB |
Contagem de Instalações | 302 |
Versão Atual | 1.0 |
Última Atualização | 2015-04-02 |
Data de Publicação | 2015-03-10 |
Classificação | 4.73/5 Total de 11 Avaliações |
Desenvolvedor | rasikhkhattat |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |