Friend Safari Notifier
Get notified when a friend safari of interest is posted to r/friendsafari
What is Friend Safari Notifier?
Friend Safari Notifier is a Chrome extension developed by guenther.andrew.j, and its main feature is "Get notified when a friend safari of interest is posted to r/friendsafari".
Download Friend Safari Notifier Extension CRX File
Download Friend Safari Notifier 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
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!
Extension Basic Information
Name | |
ID | gginibpmncjmbefajigocmbjanfoipnj |
Official URL | https://chrome.google.com/webstore/detail/friend-safari-notifier/gginibpmncjmbefajigocmbjanfoipnj |
Description | Get notified when a friend safari of interest is posted to r/friendsafari |
File Size | 51.22 KB |
Installation Count | 31 |
Current Version | 1.1.1 |
Last Updated | 2014-03-13 |
Publish Date | 2014-03-13 |
Developer | guenther.andrew.j |
Payment Type | free |
Supported Languages | 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" ] } ] } |