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 là gì?
Youtube Fix Ctrl+F là một tiện ích mở rộng Chrome được phát triển bởi https://ursuscode.com, và tính năng chính của nó là "Stops youtube from going into fullscreen when you press Ctrl+F. Credits to Adrien Pyke for his GreaseMonkey script.".
Tải xuống tệp CRX của tiện ích mở rộng Youtube Fix Ctrl+F
Tải xuống các tệp mở rộng Youtube Fix Ctrl+F dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Youtube Fix Ctrl+F |
ID | kieifoemlhfnemoeeacmjpebghfbdhkd |
URL Chính Thức | https://chromewebstore.google.com/detail/youtube-fix-ctrl+f/kieifoemlhfnemoeeacmjpebghfbdhkd |
Mô tả | Stops youtube from going into fullscreen when you press Ctrl+F. Credits to Adrien Pyke for his GreaseMonkey script. |
Kích Thước Tệp | 17.35 KB |
Số Lần Cài Đặt | 82 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2017-06-18 |
Ngày Phát Hành | 2017-06-18 |
Đánh Giá | 3.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://ursuscode.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://ursuscode.com/chrome-extensions/youtube-fix-ctrlf/ |
URL Trang Trợ Giúp | https://ursuscode.com/chrome-extensions/youtube-fix-ctrlf/ |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |