floatplane-cinema-mode
Increase video player size on floatplane.com similar to YouTube cinema mode. All this is doing currently is increasing the…
floatplane-cinema-mode क्या है?
floatplane-cinema-mode boz.black द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Increase video player size on floatplane.com similar to YouTube cinema mode. All this is doing currently is increasing the…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में floatplane-cinema-mode एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Increase video player size on floatplane.com similar to YouTube cinema mode. All this is doing currently is increasing the max-width of the video player container to 1920px so that 1080p video is displayed at full resolution. Preference is stored in local storage. I may update this to also apply a semi-opaque layer to the rest of the page for a more immersive viewing experience.
एक्सटेंशन की मूल जानकारी
नाम | floatplane-cinema-mode |
ID | illocnfoncohhonnhlpdjafenjndaclo |
आधिकारिक URL | https://chromewebstore.google.com/detail/floatplane-cinema-mode/illocnfoncohhonnhlpdjafenjndaclo |
विवरण | Increase video player size on floatplane.com similar to YouTube cinema mode. All this is doing currently is increasing the… |
फ़ाइल का आकार | 27.89 KB |
स्थापना संख्या | 30 |
वर्तमान संस्करण | 0.2 |
अंतिम अपडेट | 2019-10-08 |
प्रकाशन तिथि | 2019-10-08 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | boz.black |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/mr-black-8/floatplane-cinema-mode |
सहायता पृष्ठ URL | https://github.com/mr-black-8/floatplane-cinema-mode |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "floatplane-cinema-mode", "version": "0.2", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "http:\/\/www.floatplane.com\/*", "https:\/\/www.floatplane.com\/*" ], "css": [ "fpcm-style.css" ], "js": [ "jquery.js", "content.js" ] } ] } |