U Comment for Youtube™
Watch youtube vides and see comments occur as you watch
U Comment for Youtube™とは何ですか?
U Comment for Youtube™はgornall.jasonによって開発されたChromeの拡張機能で、その主な機能は「Watch youtube vides and see comments occur as you watch」です。
拡張機能のスクリーンショット
U Comment for Youtube™拡張機能のCRXファイルをダウンロード
U Comment for Youtube™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | jkflkkodhkllkfpgocafmggflhhpleal |
| 公式URL | https://chrome.google.com/webstore/detail/u-comment-for-youtube/jkflkkodhkllkfpgocafmggflhhpleal |
| 説明 | Watch youtube vides and see comments occur as you watch |
| ファイルサイズ | 43.7 KB |
| インストール数 | 161 |
| 現在のバージョン | 1.3.0 |
| 最終更新日 | 2015-09-21 |
| 公開日 | 2015-09-21 |
| 評価 | 2.92/5 合計 13 レビュー |
| 開発者 | gornall.jason |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "U Comment for Youtube\u2122",
"version": "1.3.0",
"manifest_version": 2,
"description": "Watch youtube vides and see comments occur as you watch",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"icons": {
"128": "icon.png",
"48": "icon.png",
"16": "icon.png"
},
"permissions": [
"http:\/\/*\/",
"https:\/\/*\/",
"tabs"
],
"background": {
"scripts": [
"jquery.min.js",
"ajaxer.js"
]
},
"content_scripts": [
{
"matches": [
"http:\/\/www.youtube.com\/*",
"https:\/\/www.youtube.com\/*"
],
"css": [
"basic.css",
"animate.css"
],
"js": [
"jquery.min.js",
"teacup.js",
"async.min.js",
"background.js"
],
"run_at": "document_end"
}
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |