MediaPlus

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

Τι είναι το MediaPlus;

Το MediaPlus είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Parashuram N., και η κύρια λειτουργία του είναι "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

Λήψη αρχείου CRX της επέκτασης MediaPlus

Λήψη αρχείων επέκτασης 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 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\/*"
    ]
}