MediaPlus
Take control of videos, games, images & other media content on webpages. Move, resize, turn lights off, or make them full screen.
MediaPlus क्या है?
MediaPlus Parashuram N. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Take control of videos, games, images & other media content on webpages. Move, resize, turn lights off, or make them full screen."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में MediaPlus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
MediaPlus is an extension that makes media content like flash movies, games, images or HMLT5 movies more usable on websites. It lets you * Move, Resize or Pin media content on pages like youtube and facebook. * Maximize them to the whole browser window (play games in full screen) * Pop out to a new Window. * Add sepia, blur and other effects to Images * Darken the areas around videos to watch them distraction free * Delete (and speed up your page or removing annoying advertisement music in the background) For queries, contact the developers at http://nparashuram.com/contact.html
एक्सटेंशन की मूल जानकारी
नाम | MediaPlus |
ID | emaamodndfmmmcjepfigalbjjjemadom |
आधिकारिक URL | https://chromewebstore.google.com/detail/mediaplus/emaamodndfmmmcjepfigalbjjjemadom |
विवरण | Take control of videos, games, images & other media content on webpages. Move, resize, turn lights off, or make them full screen. |
फ़ाइल का आकार | 171 KB |
स्थापना संख्या | 10,203 |
वर्तमान संस्करण | 2.1.3 |
अंतिम अपडेट | 2022-05-24 |
प्रकाशन तिथि | 2013-07-06 |
रेटिंग | 4.31/5 कुल 355 रेटिंग्स |
डेवलपर | Parashuram N. |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://nparashuram.com/projects/flashresizer.html |
सहायता पृष्ठ URL | http://code.google.com/p/flashchrome/wiki/FAQ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MediaPlus", "version": "2.1.3", "manifest_version": 2, "description": "Take control of videos, games, images & other media content on webpages. Move, resize, turn lights off, or make them full screen.", "icons": { "128": "core\/images\/128icon.png", "48": "core\/images\/48icon.png", "32": "core\/images\/32icon.png", "16": "core\/images\/16icon.png" }, "browser_action": { "default_icon": "core\/images\/32icon.png", "default_title": "MediaPlus", "default_popup": "browser_action.html" }, "background": { "persistent": true, "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content_scripts.js" ], "run_at": "document_end", "all_frames": false } ], "homepage_url": "http:\/\/nparashuram.com\/projects\/flashresizer.html", "incognito": "split", "offline_enabled": true, "omnibox": { "keyword": "mediaplus" }, "permissions": [ " |