Youtube Fix Ctrl+F
Stops youtube from going into fullscreen when you press Ctrl+F. Credits to Adrien Pyke for his GreaseMonkey script.
Youtube Fix Ctrl+Fとは何ですか?
Youtube Fix Ctrl+Fはhttps://ursuscode.comによって開発されたChromeの拡張機能で、その主な機能は「Stops youtube from going into fullscreen when you press Ctrl+F. Credits to Adrien Pyke for his GreaseMonkey script.」です。
Youtube Fix Ctrl+F拡張機能のCRXファイルをダウンロード
Youtube Fix Ctrl+F拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Stops youtube from going into fullscreen when you press Ctrl+F. Credits to Adrien Pyke for his GreaseMonkey script.
There are no menus involved. Just install and the plugin will take care of the rest.
Tested on Windows. 拡張機能の基本情報
| 名前 | |
| ID | kieifoemlhfnemoeeacmjpebghfbdhkd |
| 公式URL | https://chromewebstore.google.com/detail/youtube-fix-ctrl+f/kieifoemlhfnemoeeacmjpebghfbdhkd |
| 説明 | Stops youtube from going into fullscreen when you press Ctrl+F. Credits to Adrien Pyke for his GreaseMonkey script. |
| ファイルサイズ | 17.35 KB |
| インストール数 | 82 |
| 現在のバージョン | 0.0.1 |
| 最終更新日 | 2017-06-18 |
| 公開日 | 2017-06-18 |
| 評価 | 3.33/5 合計 3 レビュー |
| 開発者 | https://ursuscode.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://ursuscode.com/chrome-extensions/youtube-fix-ctrlf/ |
| ヘルプページのURL | https://ursuscode.com/chrome-extensions/youtube-fix-ctrlf/ |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Youtube Fix Ctrl+F",
"version": "0.0.1",
"author": "Adolfo Garza (borncorp)",
"manifest_version": 2,
"description": "Stops youtube from going into fullscreen when you press Ctrl+F. Credits to Adrien Pyke for his GreaseMonkey script.",
"homepage_url": "https:\/\/ursuscode.com\/chrome-extensions\/youtube-fix-ctrlf\/",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"browser_action": {
"default_icon": "icons\/icon48.png"
},
"default_locale": "en",
"permissions": [
"*:\/\/www.youtube.com\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/www.youtube.com\/*"
],
"js": [
"src\/inject\/inject.js"
]
}
]
} | |