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 |
| 官方網址 | 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
} | |