reddit-stream linker
Links to the comment stream for match threads on reddit
reddit-stream linkerとは何ですか?
reddit-stream linkerはaarkayによって開発されたChromeの拡張機能で、その主な機能は「Links to the comment stream for match threads on reddit」です。
拡張機能のスクリーンショット
reddit-stream linker拡張機能のCRXファイルをダウンロード
reddit-stream linker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| ID | mginbmpncoiblneijkhkapamadofkgdb |
| 公式URL | https://chromewebstore.google.com/detail/reddit-stream-linker/mginbmpncoiblneijkhkapamadofkgdb |
| 説明 | Links to the comment stream for match threads on reddit |
| ファイルサイズ | 13.55 KB |
| インストール数 | 21 |
| 現在のバージョン | 1.2.5 |
| 最終更新日 | 2016-09-04 |
| 公開日 | 2016-09-04 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | aarkay |
| 支払い方法 | free |
| 対応言語 | 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\/*"
]
} | |