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
} | |