Youtube Fix Ctrl+F
Stops youtube from going into fullscreen when you press Ctrl+F. Credits to Adrien Pyke for his GreaseMonkey script.
Wat is Youtube Fix Ctrl+F?
Youtube Fix Ctrl+F is een Chrome-extensie ontwikkeld door https://ursuscode.com, en de belangrijkste functie is "Stops youtube from going into fullscreen when you press Ctrl+F. Credits to Adrien Pyke for his GreaseMonkey script.".
Download het CRX-bestand van de extensie Youtube Fix Ctrl+F
Download Youtube Fix Ctrl+F-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Youtube Fix Ctrl+F |
ID | kieifoemlhfnemoeeacmjpebghfbdhkd |
Officiële URL | https://chromewebstore.google.com/detail/youtube-fix-ctrl+f/kieifoemlhfnemoeeacmjpebghfbdhkd |
Beschrijving | Stops youtube from going into fullscreen when you press Ctrl+F. Credits to Adrien Pyke for his GreaseMonkey script. |
Bestandsgrootte | 17.35 KB |
Aantal Installaties | 82 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2017-06-18 |
Publicatiedatum | 2017-06-18 |
Beoordeling | 3.33/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://ursuscode.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://ursuscode.com/chrome-extensions/youtube-fix-ctrlf/ |
Help Pagina-URL | https://ursuscode.com/chrome-extensions/youtube-fix-ctrlf/ |
Ondersteunde Talen | 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" ] } ] } |