Ultimedia Premium Videos

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

Hvad er Ultimedia Premium Videos?

Ultimedia Premium Videos er en Chrome-udvidelse udviklet af Digiteka, og dens hovedfunktion er "The Ultimedia Plugin allows publishers and bloggers to search, add, edit and monetize Premium Videos on their website.".

Udvidelsesskærmbilleder

screenshot

Download Ultimedia Premium Videos-udvidelses-CRX-fil

Download Ultimedia Premium Videos-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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...                    

Grundlæggende oplysninger om udvidelsen

Navn Ultimedia Premium Videos Ultimedia Premium Videos
ID hlodlcjfnnoingcnaaicdnjmddaejlnf
Officiel URL https://chromewebstore.google.com/detail/ultimedia-premium-videos/hlodlcjfnnoingcnaaicdnjmddaejlnf
Beskrivelse The Ultimedia Plugin allows publishers and bloggers to search, add, edit and monetize Premium Videos on their website.
Filstørrelse 8.57 KB
Antal Installationer 1,155
Nuværende Version 1.5
Senest Opdateret 2022-08-24
Udgivelsesdato 2016-09-07
Bedømmelse 4.33/5 Samlet 60 Bedømmelser
Udvikler Digiteka
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://www.ultimedia.com/
Understøttede Sprog 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
    }
}