AddToCalendar for HLTV.org

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

AddToCalendar for HLTV.org là gì?

AddToCalendar for HLTV.org là một tiện ích mở rộng Chrome được phát triển bởi Yash Talwar, và tính năng chính của nó là "Never miss your exciting CSGO matches, just add them to your favorite calendar on HLTV.org.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AddToCalendar for HLTV.org

Tải xuống các tệp mở rộng AddToCalendar for HLTV.org dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AddToCalendar for HLTV.org AddToCalendar for HLTV.org
ID neahjdfadkppmlolpkifnhdgngjmgnbm
URL Chính Thức https://chromewebstore.google.com/detail/addtocalendar-for-hltvorg/neahjdfadkppmlolpkifnhdgngjmgnbm
Mô tả Never miss your exciting CSGO matches, just add them to your favorite calendar on HLTV.org.
Kích Thước Tệp 11.78 KB
Số Lần Cài Đặt 142
Phiên Bản Hiện Tại 0.1.4
Cập Nhật Lần Cuối 2021-06-25
Ngày Phát Hành 2021-06-22
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Yash Talwar
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}