reddit-stream linker
Links to the comment stream for match threads on reddit
Qu'est-ce que reddit-stream linker ?
reddit-stream linker est une extension Chrome développée par aarkay, et sa fonction principale est "Links to the comment stream for match threads on reddit".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension reddit-stream linker
Téléchargez les fichiers d'extension reddit-stream linker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension creates a link to the reddit-stream page for sports match threads (or game threads) on reddit. Thanks and credits to Nathan Reed (http://twitter.com/reednj) for actually creating reddit-stream.
Informations de Base sur l'Extension
Nom | reddit-stream linker |
ID | mginbmpncoiblneijkhkapamadofkgdb |
URL Officiel | https://chromewebstore.google.com/detail/reddit-stream-linker/mginbmpncoiblneijkhkapamadofkgdb |
Description | Links to the comment stream for match threads on reddit |
Taille du Fichier | 13.55 KB |
Nombre d'Installations | 21 |
Version Actuelle | 1.2.5 |
Dernière Mise à Jour | 2016-09-04 |
Date de Publication | 2016-09-04 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | aarkay |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "reddit-stream linker", "description": "Links to the comment stream for match threads on reddit", "version": "1.2.5", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.reddit.com\/*" ], "js": [ "addbutton.js" ], "run_at": "document_end" } ], "permissions": [ "*:\/\/www.reddit.com\/*" ] } |