MediaPlus

Take control of videos, games, images & other media content on webpages. Move, resize, turn lights off, or make them full screen.

MediaPlus là gì?

MediaPlus là một tiện ích mở rộng Chrome được phát triển bởi Parashuram N., và tính năng chính của nó là "Take control of videos, games, images & other media content on webpages. Move, resize, turn lights off, or make them full screen.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng MediaPlus

Tải xuống các tệp mở rộng MediaPlus dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MediaPlus MediaPlus
ID emaamodndfmmmcjepfigalbjjjemadom
URL Chính Thức https://chromewebstore.google.com/detail/mediaplus/emaamodndfmmmcjepfigalbjjjemadom
Mô tả Take control of videos, games, images & other media content on webpages. Move, resize, turn lights off, or make them full screen.
Kích Thước Tệp 171 KB
Số Lần Cài Đặt 10,203
Phiên Bản Hiện Tại 2.1.3
Cập Nhật Lần Cuối 2022-05-24
Ngày Phát Hành 2013-07-06
Đánh Giá 4.31/5 Tổng số 355 Đánh Giá
Nhà Phát Triển Parashuram N.
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://nparashuram.com/projects/flashresizer.html
URL Trang Trợ Giúp http://code.google.com/p/flashchrome/wiki/FAQ
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}