Repost-Toggle for Soundcloud

This extension allows you to toggle reposts in stream

Repost-Toggle for Soundcloudとは何ですか?

Repost-Toggle for Soundcloudはfrederik.steffenによって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to toggle reposts in stream」です。

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

screenshot

Repost-Toggle for Soundcloud拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension allows you to toggle reposts in your soundcloud stream                    

拡張機能の基本情報

名前 Repost-Toggle for Soundcloud Repost-Toggle for Soundcloud
ID amimeafgcnfidkeknebnfdblmmekifem
公式URL https://chromewebstore.google.com/detail/repost-toggle-for-soundcl/amimeafgcnfidkeknebnfdblmmekifem
説明 This extension allows you to toggle reposts in stream
ファイルサイズ 509 KB
インストール数 1,302
現在のバージョン 2.3
最終更新日 2016-02-20
公開日 2016-02-20
評価 4.21/5 合計 118 レビュー
開発者 frederik.steffen
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Repost-Toggle for Soundcloud",
    "short_name": "repost-toggle",
    "description": "This extension allows you to toggle reposts in stream",
    "version": "2.3",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/soundcloud.com\/*"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "index.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "https:\/\/soundcloud.com\/*",
        "storage"
    ]
}