Bookmark Button for Youtube

Custom Bookmark Button

Bookmark Button for Youtubeとは何ですか?

Bookmark Button for YoutubeはJasonによって開発されたChromeの拡張機能で、その主な機能は「Custom Bookmark Button」です。

Bookmark Button for Youtube拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Simply puts a Bookmark button on the toolbar and opens the link (youtube.com/feed/subscriptions) in a new tab when clicked.  I like having a bookmark button on toolbar. Since Google disabled Non-Store Extensions I am a developer now.                    

拡張機能の基本情報

名前 Bookmark Button for Youtube Bookmark Button for Youtube
ID popbblhcoiaddijnapdipedkmoppcbco
公式URL https://chrome.google.com/webstore/detail/bookmark-button-for-youtu/popbblhcoiaddijnapdipedkmoppcbco
説明 Custom Bookmark Button
ファイルサイズ 10.07 KB
インストール数 116
現在のバージョン 1.0.2
最終更新日 2015-05-21
公開日 2015-05-21
評価 5.00/5 合計 3 レビュー
開発者 Jason
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "description": "Custom Bookmark Button",
    "icons": {
        "128": "logo.png"
    },
    "name": "Bookmark Button for Youtube",
    "permissions": [
        "tabs"
    ],
    "version": "1.0.2"
}