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 to jest DTube Share - Share and embed DTube Videos?

DTube Share - Share and embed DTube Videos to rozszerzenie Chrome opracowane przez dehenne, a jego główną funkcją jest „This extension helps to embed and share DTube Videos in your wordpress, drupal, quiqqer or every other content management system”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia DTube Share - Share and embed DTube Videos

Pobierz pliki rozszerzeń DTube Share - Share and embed DTube Videos w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa DTube Share - Share and embed DTube Videos DTube Share - Share and embed DTube Videos
ID mmbblkbmnnacplngkbmfkogbdonjjade
Oficjalny URL https://chrome.google.com/webstore/detail/dtube-share-share-and-emb/mmbblkbmnnacplngkbmfkogbdonjjade
Opis This extension helps to embed and share DTube Videos in your wordpress, drupal, quiqqer or every other content management system
Rozmiar pliku 25.76 KB
Liczba instalacji 30
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2017-09-11
Data Publikacji 2017-09-11
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper dehenne
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/pcsg/dtube-share
Adres URL Strony Pomocy https://github.com/pcsg/dtube-share
Obsługiwane Języki 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"
            ]
        }
    ]
}