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

Cos'è DTube Share - Share and embed DTube Videos?

DTube Share - Share and embed DTube Videos è un'estensione di Chrome sviluppata da dehenne, e la sua funzione principale è "This extension helps to embed and share DTube Videos in your wordpress, drupal, quiqqer or every other content management system".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione DTube Share - Share and embed DTube Videos

Scarica i file di estensione DTube Share - Share and embed DTube Videos in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome DTube Share - Share and embed DTube Videos DTube Share - Share and embed DTube Videos
ID mmbblkbmnnacplngkbmfkogbdonjjade
URL Ufficiale https://chrome.google.com/webstore/detail/dtube-share-share-and-emb/mmbblkbmnnacplngkbmfkogbdonjjade
Descrizione This extension helps to embed and share DTube Videos in your wordpress, drupal, quiqqer or every other content management system
Dimensione del File 25.76 KB
Conteggio Installazioni 30
Versione Corrente 0.2
Ultimo Aggiornamento 2017-09-11
Data di Pubblicazione 2017-09-11
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore dehenne
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/pcsg/dtube-share
URL della Pagina di Aiuto https://github.com/pcsg/dtube-share
Lingue Supportate 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"
            ]
        }
    ]
}