Ultimedia Premium Videos

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

Ultimedia Premium Videos क्या है?

Ultimedia Premium Videos Digiteka द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Ultimedia Plugin allows publishers and bloggers to search, add, edit and monetize Premium Videos on their website."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Ultimedia Premium Videos एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Ultimedia Premium Videos Ultimedia Premium Videos
ID hlodlcjfnnoingcnaaicdnjmddaejlnf
आधिकारिक URL https://chromewebstore.google.com/detail/ultimedia-premium-videos/hlodlcjfnnoingcnaaicdnjmddaejlnf
विवरण The Ultimedia Plugin allows publishers and bloggers to search, add, edit and monetize Premium Videos on their website.
फ़ाइल का आकार 8.57 KB
स्थापना संख्या 1,155
वर्तमान संस्करण 1.5
अंतिम अपडेट 2022-08-24
प्रकाशन तिथि 2016-09-07
रेटिंग 4.33/5 कुल 60 रेटिंग्स
डेवलपर Digiteka
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.ultimedia.com/
समर्थित भाषाएँ 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
    }
}