r/soccer goals

Fetches you the goals uploaded on r/soccer.

What is r/soccer goals?

r/soccer goals is a Chrome extension developed by Yashwanth Reddy, and its main feature is "Fetches you the goals uploaded on r/soccer.".

Extension Screenshots

screenshot
screenshot

Download r/soccer goals Extension CRX File

Download r/soccer goals extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name r/soccer goals r/soccer goals
ID oledoejmoabfeenmmacihejabhmbhdan
Official URL https://chromewebstore.google.com/detail/rsoccer-goals/oledoejmoabfeenmmacihejabhmbhdan
Description Fetches you the goals uploaded on r/soccer.
File Size 103 KB
Installation Count 591
Current Version 0.0.1.1
Last Updated 2019-05-27
Publish Date 2019-05-27
Rating 4.00/5 Total 8 Ratings
Developer Yashwanth Reddy
Email [email protected]
Payment Type free
Extension Website https://github.com/droidadroit/r-soccer-goals
Supported Languages 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'"
}