Repost-Toggle for Soundcloud
This extension allows you to toggle reposts in stream
Repost-Toggle for Soundcloudคืออะไร?
Repost-Toggle for Soundcloud เป็นส่วนขยายของ Chrome ที่พัฒนาโดย frederik.steffen และคุณลักษณะหลักของมันคือ "This extension allows you to toggle reposts in stream"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Repost-Toggle for Soundcloud
ดาวน์โหลดไฟล์ส่วนขยาย Repost-Toggle for Soundcloud ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows you to toggle reposts in your soundcloud stream ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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"
]
} | |