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

What is DTube Share - Share and embed DTube Videos?

DTube Share - Share and embed DTube Videos is a Chrome extension developed by dehenne, and its main feature is "This extension helps to embed and share DTube Videos in your wordpress, drupal, quiqqer or every other content management system".

Extension Screenshots

screenshot
screenshot

Download DTube Share - Share and embed DTube Videos Extension CRX File

Download DTube Share - Share and embed DTube Videos extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name DTube Share - Share and embed DTube Videos DTube Share - Share and embed DTube Videos
ID mmbblkbmnnacplngkbmfkogbdonjjade
Official URL https://chrome.google.com/webstore/detail/dtube-share-share-and-emb/mmbblkbmnnacplngkbmfkogbdonjjade
Description This extension helps to embed and share DTube Videos in your wordpress, drupal, quiqqer or every other content management system
File Size 25.76 KB
Installation Count 30
Current Version 0.2
Last Updated 2017-09-11
Publish Date 2017-09-11
Rating 5.00/5 Total 1 Ratings
Developer dehenne
Email [email protected]
Payment Type free
Extension Website https://github.com/pcsg/dtube-share
Help Page URL https://github.com/pcsg/dtube-share
Supported Languages 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"
            ]
        }
    ]
}