AddToCalendar for HLTV.org

Never miss your exciting CSGO matches, just add them to your favorite calendar on HLTV.org.

什麼是AddToCalendar for HLTV.org?

AddToCalendar for HLTV.org是由Yash Talwar開發的Chrome擴展程式,該擴展的主要功能是“Never miss your exciting CSGO matches, just add them to your favorite calendar on HLTV.org.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載AddToCalendar for HLTV.org擴展crx文件

下載AddToCalendar for HLTV.org擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension adds "ADD TO CALENDAR" button on Hltv.org match pages, so you can easily add a match event with a single click to your favorite Calendars and never miss out on your upcoming matches.

Features
-You can add event to Calendars like Google, Yahoo and Outlook.

-You can also download the icalendar.ics file and use it with any calendar you like.

-Uses local time from the browser to remove any Time Zone related issues.

-Only runs when you are on HLTV.org
​

Now, never miss out on your exciting matches. Just add them to your favorite calendar.

Installation
Step 1:
Download the extension and enable it in your browser.

For mobile, you can use Kiwi Browser(A chromium based browser with extra features).

Step 2:
Open HLTV and go to any Match page. You will find the "Add to Calendar" button there.

Step 3:
Select any Calendar you like and you are done. Now you will recieve an alert from the calendar of your choice. Make sure the calendar supports it.                    

擴展基本資訊

名稱 AddToCalendar for HLTV.org AddToCalendar for HLTV.org
ID neahjdfadkppmlolpkifnhdgngjmgnbm
官方網址 https://chromewebstore.google.com/detail/addtocalendar-for-hltvorg/neahjdfadkppmlolpkifnhdgngjmgnbm
簡介 Never miss your exciting CSGO matches, just add them to your favorite calendar on HLTV.org.
檔案大小 11.78 KB
安裝次數 142
目前版本 0.1.4
更新時間 2021-06-25
上架時間 2021-06-22
評分 5.00/5 共 4 次評分
開發者 Yash Talwar
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AddToCalendar for HLTV.org",
    "version": "0.1.4",
    "description": "Never miss your exciting CSGO matches, just add them to your favorite calendar on HLTV.org.",
    "author": "Yash Talwar",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.hltv.org\/*"
            ],
            "js": [
                "js\/AddButton.js"
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ]
}