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"
    ]
}