display video url

Obtenez en un clique toutes les urls des vidéos iframes. Pour cela enclenchez l'extension puis mettez votre sourie en haut à droite…

display video urlとは何ですか?

display video urlはgrougrou.hhによって開発されたChromeの拡張機能で、その主な機能は「Obtenez en un clique toutes les urls des vidéos iframes. Pour cela enclenchez l'extension puis mettez votre sourie en haut à droite…」です。

display video url拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Obtenez en un clique toutes les urls des vidéos iframes.
Pour cela enclenchez l'extension puis mettez votre sourie en haut à droite de la video! cliquez sur la checkbox et toutes les info sont à vous! 

english:

Put your mouse at the top right of the embed video and click on the checkbox!                    

拡張機能の基本情報

名前 display video url display video url
ID janifneiibbfldlcjlcihckpnmefmjoh
公式URL https://chrome.google.com/webstore/detail/display-video-url/janifneiibbfldlcjlcihckpnmefmjoh
説明 Obtenez en un clique toutes les urls des vidéos iframes. Pour cela enclenchez l'extension puis mettez votre sourie en haut à droite…
ファイルサイズ 94.53 KB
インストール数 41
現在のバージョン 1.0
最終更新日 2015-07-09
公開日 2015-07-09
評価 1.67/5 合計 3 レビュー
開発者 grougrou.hh
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "display video url",
    "version": "1.0",
    "manifest_version": 2,
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "web_accessible_resources": [
        "inline.js",
        "popup.html",
        "icon128.png",
        "script.js"
    ],
    "permissions": [
        "",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "myscript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*"
            ],
            "run_at": "document_end"
        }
    ]
}