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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

MediaPlus 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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": [
        ""
    ],
    "web_accessible_resources": [
        "\/core\/images\/*"
    ]
}