Youtube Fix Ctrl+F
Stops youtube from going into fullscreen when you press Ctrl+F. Credits to Adrien Pyke for his GreaseMonkey script.
Cos'è Youtube Fix Ctrl+F?
Youtube Fix Ctrl+F è un'estensione di Chrome sviluppata da https://ursuscode.com, e la sua funzione principale è "Stops youtube from going into fullscreen when you press Ctrl+F. Credits to Adrien Pyke for his GreaseMonkey script.".
Scarica il file CRX dell'estensione Youtube Fix Ctrl+F
Scarica i file di estensione Youtube Fix Ctrl+F in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Youtube Fix Ctrl+F |
ID | kieifoemlhfnemoeeacmjpebghfbdhkd |
URL Ufficiale | https://chromewebstore.google.com/detail/youtube-fix-ctrl+f/kieifoemlhfnemoeeacmjpebghfbdhkd |
Descrizione | Stops youtube from going into fullscreen when you press Ctrl+F. Credits to Adrien Pyke for his GreaseMonkey script. |
Dimensione del File | 17.35 KB |
Conteggio Installazioni | 82 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2017-06-18 |
Data di Pubblicazione | 2017-06-18 |
Valutazione | 3.33/5 Totale 3 Valutazioni |
Sviluppatore | https://ursuscode.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://ursuscode.com/chrome-extensions/youtube-fix-ctrlf/ |
URL della Pagina di Aiuto | https://ursuscode.com/chrome-extensions/youtube-fix-ctrlf/ |
Lingue Supportate | 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" ] } ] } |