Friend Safari Notifier
Get notified when a friend safari of interest is posted to r/friendsafari
Friend Safari Notifierとは何ですか?
Friend Safari Notifierはguenther.andrew.jによって開発されたChromeの拡張機能で、その主な機能は「Get notified when a friend safari of interest is posted to r/friendsafari」です。
Friend Safari Notifier拡張機能のCRXファイルをダウンロード
Friend Safari Notifier拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Friend Safari Notifier allows you to subscribe to posts in the r/FriendSafari subreddit for different Pokemon and Pokemon types. When someone makes a post with a Pokemon you're interested in, the icon will highlight and take you straight there!
拡張機能の基本情報
名前 | |
ID | gginibpmncjmbefajigocmbjanfoipnj |
公式URL | https://chrome.google.com/webstore/detail/friend-safari-notifier/gginibpmncjmbefajigocmbjanfoipnj |
説明 | Get notified when a friend safari of interest is posted to r/friendsafari |
ファイルサイズ | 51.22 KB |
インストール数 | 31 |
現在のバージョン | 1.1.1 |
最終更新日 | 2014-03-13 |
公開日 | 2014-03-13 |
開発者 | guenther.andrew.j |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Friend Safari Notifier", "author": "Andrew Guenther", "description": "Get notified when a friend safari of interest is posted to r\/friendsafari", "version": "1.1.1", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon128.png" }, "permissions": [ "http:\/\/www.reddit.com\/r\/friendsafari\/", "alarms", "tabs", "storage" ], "options_page": "options.html", "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "jquery.js", "fs-notifier.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/www.reddit.com\/r\/friendsafari\/new" ], "js": [ "jquery.js", "fs-filter.js" ] } ] } |