SoundCloudOG

SoundCloudOG lets you customize your stream so that you aren't listening to reposts, or songs that are too short/too long.

SoundCloudOGคืออะไร?

SoundCloudOG เป็นส่วนขยายของ Chrome ที่พัฒนาโดย noaml1295 และคุณลักษณะหลักของมันคือ "SoundCloudOG lets you customize your stream so that you aren't listening to reposts, or songs that are too short/too long."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SoundCloudOG

ดาวน์โหลดไฟล์ส่วนขยาย SoundCloudOG ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        SoundCloudOG allows you to filter through your stream so that you can listen to it without hearing and combination of:
a) songs that are reposted
b) songs that are too long
c) songs that are too short
by your definitions.

The settings of this app allow you to easily customize what is being filtered.
To not play reposts, simply click the checkbox next to 'Skip Reposts'. 
NOTE - it is recommended to leave AutoScroll on due to the way that the repost skip works. In order to ensure that it doesn't get too annoying, if you scroll on the screen autoscroll will automatically disable for 60 seconds. Unchecking this box will completely stop the autoscrolling feature.
==============================
||NEW Feature
==============================
You can now set a key to start/stop the autoscrolling done by this extension. While it will still automatically stop for 30 seconds when you scroll manually, you can now set it to stop until you refresh or start again using this key. 

To stop songs that are too short or too long from playing, simply check those boxes and enter a number in the format of 
HOUR:MINUTE:SECONDS

if you want, you enter only one or two values, it will always assumed that the last value is seconds, the second to last is minutes and the first is hours. Example:
Entering: "50" would mean 50 seconds
Entering: "5:50" would mean 5 minutes and 50 seconds
Entering: "3:5:55" would mean 3 hours 5 minutes and 55 seconds.
- Please Note: The feature to remove songs based on time will NOT remove them visually from your stream, but will skip them if they come up in your player.

If you want to only block reposts from specific users:
Uncheck block reposts, 
Check remove specific users reposts
Type the name of any users you want to block reposts from and refresh the page.

Enjoy your streams!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SoundCloudOG SoundCloudOG
ID enegaliobdmmnlcgdfljpebckdfbgcai
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/soundcloudog/enegaliobdmmnlcgdfljpebckdfbgcai
คำอธิบาย SoundCloudOG lets you customize your stream so that you aren't listening to reposts, or songs that are too short/too long.
ขนาดไฟล์ 11.71 KB
จำนวนการติดตั้ง 175
เวอร์ชันปัจจุบัน 1.8
อัปเดตครั้งล่าสุด 2016-01-22
วันที่เผยแพร่ 2016-01-21
คะแนน 4.12/5 รวมทั้งหมด 25 คะแนน
ผู้พัฒนา noaml1295
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SoundCloudOG",
    "short_name": "SoundCloudOG",
    "description": "SoundCloudOG lets you customize your stream so that you aren't listening to reposts, or songs that are too short\/too long.",
    "version": "1.8",
    "author": "Noam Lerner",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "options.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/soundcloud.com\/stream"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "options_page": "options.html"
}