r/soccer goals

Fetches you the goals uploaded on r/soccer.

r/soccer goalsとは何ですか?

r/soccer goalsはYashwanth Reddyによって開発されたChromeの拡張機能で、その主な機能は「Fetches you the goals uploaded on r/soccer.」です。

拡張機能のスクリーンショット

screenshot
screenshot

r/soccer goals拡張機能のCRXファイルをダウンロード

r/soccer goals拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 r/soccer goals r/soccer goals
ID oledoejmoabfeenmmacihejabhmbhdan
公式URL https://chromewebstore.google.com/detail/rsoccer-goals/oledoejmoabfeenmmacihejabhmbhdan
説明 Fetches you the goals uploaded on r/soccer.
ファイルサイズ 103 KB
インストール数 591
現在のバージョン 0.0.1.1
最終更新日 2019-05-27
公開日 2019-05-27
評価 4.00/5 合計 8 レビュー
開発者 Yashwanth Reddy
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/droidadroit/r-soccer-goals
対応言語 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'"
}