Youtube to Playit Convertor
Converts the iframe and embeded video of youtube to playit.pk iframe.
什么是Youtube to Playit Convertor?
Youtube to Playit Convertor是由rasikhkhattat开发的Chrome扩展程序,该扩展的主要功能是“Converts the iframe and embeded video of youtube to playit.pk iframe.”。
扩展截图
下载Youtube to Playit Convertor扩展crx文件
下载Youtube to Playit Convertor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Converts the iframe and embeded video of youtube to playit.pk iframe. Very handy for users where youtube is blocked. 扩展基本信息
| 名称 | |
| ID | gdkpnafkljioejflaneicgaagjindfdg |
| 官方URL | https://chrome.google.com/webstore/detail/youtube-to-playit-convert/gdkpnafkljioejflaneicgaagjindfdg |
| 简介 | Converts the iframe and embeded video of youtube to playit.pk iframe. |
| 文件大小 | 42.4 KB |
| 安装次数 | 302 |
| 当前版本 | 1.0 |
| 更新时间 | 2015-04-02 |
| 上架时间 | 2015-03-10 |
| 评分 | 4.73/5 共11次评分 |
| 开发者 | rasikhkhattat |
| 付费类型 | free |
| 支持的语言 | 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
} | |