r/soccer goals

Fetches you the goals uploaded on r/soccer.

r/soccer goals là gì?

r/soccer goals là một tiện ích mở rộng Chrome được phát triển bởi Yashwanth Reddy, và tính năng chính của nó là "Fetches you the goals uploaded on r/soccer.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng r/soccer goals

Tải xuống các tệp mở rộng r/soccer goals 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

                        r/soccer goals fetches you the goals posted on the subreddit based on your search query in the form of video links.

Suppose you want to re-watch Messi's magical goal against Bayern Munich in the 2015 Champion's League, go ahead and type some keywords like "messi", "bayern", etc. and you are greeted with the link to the goal and comments thread on r/soccer. If you want to watch all the goals of the 2018 FIFA World Cup final, your query would look like "croatia france". As long as the goal is posted on r/soccer, you can almost always find it.

What's new:

- Improved the readability.
- The dates of the posts now take into account the users' timezones.

- Added mirrors.
- Added options (only the default sort option for now).
- Previous search query now visible on reopening the extension.                    

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

Tên r/soccer goals r/soccer goals
ID oledoejmoabfeenmmacihejabhmbhdan
URL Chính Thức https://chromewebstore.google.com/detail/rsoccer-goals/oledoejmoabfeenmmacihejabhmbhdan
Mô tả Fetches you the goals uploaded on r/soccer.
Kích Thước Tệp 103 KB
Số Lần Cài Đặt 591
Phiên Bản Hiện Tại 0.0.1.1
Cập Nhật Lần Cuối 2019-05-27
Ngày Phát Hành 2019-05-27
Đánh Giá 4.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Yashwanth Reddy
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/droidadroit/r-soccer-goals
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "r\/soccer goals",
    "short_name": "r\/soccer goals",
    "version": "0.0.1.1",
    "description": "Fetches you the goals uploaded on r\/soccer.",
    "icons": {
        "16": ".\/images\/icons\/icon_16.png",
        "48": ".\/images\/icons\/icon_48.png",
        "128": ".\/images\/icons\/icon_128.png"
    },
    "incognito": "split",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": ".\/images\/icons\/icon_16.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "options_page": "options\/options.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}