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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Stops youtube from going into fullscreen when you press Ctrl+F. Credits to Adrien Pyke for his GreaseMonkey script."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Youtube Fix Ctrl+F एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Youtube Fix Ctrl+F |
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 |
ईमेल | [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" ] } ] } |