Ultimedia Premium Videos

The Ultimedia Plugin allows publishers and bloggers to search, add, edit and monetize Premium Videos on their website.

Was ist Ultimedia Premium Videos?

Ultimedia Premium Videos ist eine Chrome-Erweiterung, die von Digiteka entwickelt wurde, und ihr Hauptmerkmal ist "The Ultimedia Plugin allows publishers and bloggers to search, add, edit and monetize Premium Videos on their website.".

Erweiterungsscreenshots

screenshot

Ultimedia Premium Videos-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ultimedia Premium Videos-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        The Ultimedia Plugin allows publishers and bloggers to search, add, edit and monetize Premium Videos on their website.The Ultimedia.com catalog offers more than 600 000 videos : News, Sport, Travel, Women, Celebrities, Automotive, Music, Cinema...                    

Grundlegende Informationen zur Erweiterung

Name Ultimedia Premium Videos Ultimedia Premium Videos
ID hlodlcjfnnoingcnaaicdnjmddaejlnf
Offizielle URL https://chromewebstore.google.com/detail/ultimedia-premium-videos/hlodlcjfnnoingcnaaicdnjmddaejlnf
Beschreibung The Ultimedia Plugin allows publishers and bloggers to search, add, edit and monetize Premium Videos on their website.
Dateigröße 8.57 KB
Installationsanzahl 1,155
Aktuelle Version 1.5
Letztes Update 2022-08-24
Veröffentlichungsdatum 2016-09-07
Bewertung 4.33/5 Insgesamt 60 Bewertungen
Entwickler Digiteka
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.ultimedia.com/
Unterstützte Sprachen en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.5",
    "content_scripts": [
        {
            "js": [
                "contentScript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "cadreplayer.png",
        "48": "48px.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "http:\/\/127.0.0.1\/*",
        "http:\/\/localhost\/*"
    ],
    "browser_action": {
        "default_icon": "cadreplayer.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}