WebM Options (Premium)

Set default attributes for direct WebM links

Τι είναι το WebM Options (Premium);

Το WebM Options (Premium) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Miller, και η κύρια λειτουργία του είναι "Set default attributes for direct WebM links".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης WebM Options (Premium)

Λήψη αρχείων επέκτασης WebM Options (Premium) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Direct links to WebM files have all the video attributes set to Chrome's default values, this extension gives you control over what those values are.

This extension ONLY works with direct links to WebM files, it only works on pages where the URL ends with .webm

To enable this extension to work with local files, check the 'Allow access to file URLs' checkbox underneath the extension in chrome > settings > extensions


If you have any suggestions, comments or if you want to design a nice layout for the options page (or some logos or banners that don't look as terrible as the ones I've made) feel free to contact me.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα WebM Options (Premium) WebM Options (Premium)
ID fhgjcfedjhkachipnckecjckmdllpgjh
Επίσημο URL https://chromewebstore.google.com/detail/webm-options-premium/fhgjcfedjhkachipnckecjckmdllpgjh
Περιγραφή Set default attributes for direct WebM links
Μέγεθος Αρχείου 16.89 KB
Αριθμός Εγκαταστάσεων 1,938
Τρέχουσα Έκδοση 1.51
Τελευταία Ενημέρωση 2017-11-22
Ημερομηνία Δημοσίευσης 2017-11-22
Αξιολόγηση 3.68/5 Συνολικά 22 Αξιολογήσεις
Προγραμματιστής Miller
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebM Options (Premium)",
    "description": "Set default attributes for direct WebM links",
    "version": "1.51",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*.webm",
                "https:\/\/*\/*.webm",
                "file:\/\/*\/*.webm"
            ],
            "js": [
                "webmoptions.js"
            ],
            "run_at": "document_start"
        }
    ]
}