Reddit Soccer Threads
List /r/soccer match threads
Τι είναι το Reddit Soccer Threads;
Το Reddit Soccer Threads είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον prnyjn, και η κύρια λειτουργία του είναι "List /r/soccer match threads".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Reddit Soccer Threads
Λήψη αρχείων επέκτασης Reddit Soccer Threads σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
reddit.com/r/soccer match threads, combined with the ability of https://reddit-stream.com/, are an amazing way to experience matches. This add-on lists the recent matches so that they are just a click away.
Βασικές Πληροφορίες Επέκτασης
Όνομα | ![]() |
ID | gklbhaedbencbimiknkhnalncnnbblai |
Επίσημο URL | https://chrome.google.com/webstore/detail/reddit-soccer-threads/gklbhaedbencbimiknkhnalncnnbblai |
Περιγραφή | List /r/soccer match threads |
Μέγεθος Αρχείου | 89.99 KB |
Αριθμός Εγκαταστάσεων | 20 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2019-03-04 |
Ημερομηνία Δημοσίευσης | 2019-03-04 |
Προγραμματιστής | prnyjn |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/prnayjain/RedditSoccerThreads |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reddit Soccer Threads", "version": "1.0", "description": "List \/r\/soccer match threads", "icons": { "48": "icons\/icon.png" }, "permissions": [ "identity", "cookies", "storage", "tabs", "https:\/\/www.reddit.com\/api\/v1\/access_token", "https:\/\/oauth.reddit.com\/*" ], "browser_action": { "default_title": "Reddit Soccer Threads", "default_popup": "popup\/popup.html", "default_icon": "icons\/icon.png" }, "background": { "scripts": [ "bg.js" ] }, "offline_enabled": false, "short_name": "Soccer Threads" } |