Youtube Fix Ctrl+F

Stops youtube from going into fullscreen when you press Ctrl+F. Credits to Adrien Pyke for his GreaseMonkey script.

What is Youtube Fix Ctrl+F?

Youtube Fix Ctrl+F is a Chrome extension developed by https://ursuscode.com, and its main feature is "Stops youtube from going into fullscreen when you press Ctrl+F. Credits to Adrien Pyke for his GreaseMonkey script.".

Download Youtube Fix Ctrl+F Extension CRX File

Download Youtube Fix Ctrl+F extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Youtube Fix Ctrl+F Youtube Fix Ctrl+F
ID kieifoemlhfnemoeeacmjpebghfbdhkd
Official URL https://chromewebstore.google.com/detail/youtube-fix-ctrl+f/kieifoemlhfnemoeeacmjpebghfbdhkd
Description Stops youtube from going into fullscreen when you press Ctrl+F. Credits to Adrien Pyke for his GreaseMonkey script.
File Size 17.35 KB
Installation Count 82
Current Version 0.0.1
Last Updated 2017-06-18
Publish Date 2017-06-18
Rating 3.33/5 Total 3 Ratings
Developer https://ursuscode.com
Email [email protected]
Payment Type free
Extension Website https://ursuscode.com/chrome-extensions/youtube-fix-ctrlf/
Help Page URL https://ursuscode.com/chrome-extensions/youtube-fix-ctrlf/
Supported Languages 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"
            ]
        }
    ]
}