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”。
擴展截圖
下載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 |
ID | amimeafgcnfidkeknebnfdblmmekifem |
官方網址 | 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" ] } |