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

DTube Share - Share and embed DTube Videosとは何ですか?

DTube Share - Share and embed DTube Videosはdehenneによって開発されたChromeの拡張機能で、その主な機能は「This extension helps to embed and share DTube Videos in your wordpress, drupal, quiqqer or every other content management system」です。

拡張機能のスクリーンショット

screenshot
screenshot

DTube Share - Share and embed DTube Videos拡張機能のCRXファイルをダウンロード

DTube Share - Share and embed DTube Videos拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 DTube Share - Share and embed DTube Videos DTube Share - Share and embed DTube Videos
ID mmbblkbmnnacplngkbmfkogbdonjjade
公式URL https://chrome.google.com/webstore/detail/dtube-share-share-and-emb/mmbblkbmnnacplngkbmfkogbdonjjade
説明 This extension helps to embed and share DTube Videos in your wordpress, drupal, quiqqer or every other content management system
ファイルサイズ 25.76 KB
インストール数 30
現在のバージョン 0.2
最終更新日 2017-09-11
公開日 2017-09-11
評価 5.00/5 合計 1 レビュー
開発者 dehenne
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/pcsg/dtube-share
ヘルプページのURL https://github.com/pcsg/dtube-share
対応言語 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"
            ]
        }
    ]
}