Summertime Saga

All of your Summertime Saga needs!

Summertime Sagaคืออะไร?

Summertime Saga เป็นส่วนขยายของ Chrome ที่พัฒนาโดย simon.bordeyne และคุณลักษณะหลักของมันคือ "All of your Summertime Saga needs!"

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

screenshot

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

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

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

                        This extension is for next level fans of summertime saga, the popular game made by DarkCookie !

Get quick access to DarkCookie's stream, progress on the next update, and get notifications when DC goes online!

Changelog:

1.0 : Initial Release
1.1 : Fixed issuess with stream online checker
1.2 : Added Time to next release joke
1.3 : Fixed notifications spamming and added check for next release
1.4 : Added the roadmap
1.5 : Added toggle switch to have (or not) stream notifications.
1.5.1 : Fixed a bug with the 1.5 toggle for stream notifications.
2.0.0 : Changed the code to show the new progressbar, as well as fix the commit counter.                    

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

ชื่อ Summertime Saga Summertime Saga
ID idgceciageolmelpkoknjjoejadblcdj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/summertime-saga/idgceciageolmelpkoknjjoejadblcdj
คำอธิบาย All of your Summertime Saga needs!
ขนาดไฟล์ 173 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2018-12-30
วันที่เผยแพร่ 2018-12-30
คะแนน 4.19/5 รวมทั้งหมด 21 คะแนน
ผู้พัฒนา simon.bordeyne
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Summertime Saga",
    "version": "2.0.0",
    "icons": {
        "16": "ss-16.png",
        "24": "ss-24.png",
        "32": "ss-32.png",
        "48": "ss-48.png",
        "64": "ss-64.png",
        "72": "ss-72.png",
        "96": "ss-96.png",
        "128": "ss-128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "ss-16.png",
            "24": "ss-24.png",
            "32": "ss-32.png",
            "48": "ss-48.png",
            "64": "ss-64.png",
            "72": "ss-72.png",
            "96": "ss-96.png",
            "128": "ss-128.png",
            "144": "ss-144.png"
        },
        "default_title": "Summertime Saga",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "jquery.min.js",
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.summertimesaga.com\/*",
            "*:\/\/*.picarto.tv\/*"
        ]
    },
    "permissions": [
        "tabs",
        "",
        "storage",
        "*:\/\/*.summertimesaga.com\/*",
        "*:\/\/*.picarto.tv\/*",
        "alarms",
        "notifications",
        "*:\/\/*.awesomo.io\/*"
    ],
    "description": "All of your Summertime Saga needs!",
    "manifest_version": 2
}