DTube Share - Share and embed DTube Videos

This extension helps to embed and share DTube Videos in your wordpress, drupal, quiqqer or every other content management system

Co je DTube Share - Share and embed DTube Videos?

DTube Share - Share and embed DTube Videos je rozšíření Chrome vyvinuté dehenne, a jeho hlavní funkcí je „This extension helps to embed and share DTube Videos in your wordpress, drupal, quiqqer or every other content management system“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření DTube Share - Share and embed DTube Videos

Stáhněte si soubory rozšíření DTube Share - Share and embed DTube Videos ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This is a browser extension that makes sharing DTube videos easier.

Paste the generated code into your website, wordpress, drupal, quiqqer or every other content management system.                    

Základní Informace o Rozšíření

Název DTube Share - Share and embed DTube Videos DTube Share - Share and embed DTube Videos
ID mmbblkbmnnacplngkbmfkogbdonjjade
Oficiální URL https://chrome.google.com/webstore/detail/dtube-share-share-and-emb/mmbblkbmnnacplngkbmfkogbdonjjade
Popis This extension helps to embed and share DTube Videos in your wordpress, drupal, quiqqer or every other content management system
Velikost souboru 25.76 KB
Počet instalací 30
Aktuální Verze 0.2
Poslední Aktualizace 2017-09-11
Datum Vydání 2017-09-11
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář dehenne
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/pcsg/dtube-share
URL Stránky Nápovědy https://github.com/pcsg/dtube-share
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DTube Share - Share and embed DTube Videos",
    "description": "This extension helps to embed and share DTube Videos in your wordpress, drupal, quiqqer or every other content management system",
    "version": "0.2",
    "icons": {
        "16": "assets\/images\/logo.png",
        "32": "assets\/images\/logo.png"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "context.js"
        ]
    },
    "minimum_chrome_version": "50",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": [
        "assets\/javascripts\/dtube.js",
        "assets\/css\/dtube.css",
        "assets\/images\/dtube.png"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}