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.開發的Chrome擴展程式,該擴展的主要功能是“Take control of videos, games, images & other media content on webpages. Move, resize, turn lights off, or make them full screen.”。
擴展截圖
下載MediaPlus擴展crx文件
下載MediaPlus擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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": [ " |