Friend Safari Notifier
Get notified when a friend safari of interest is posted to r/friendsafari
Wat is Friend Safari Notifier?
Friend Safari Notifier is een Chrome-extensie ontwikkeld door guenther.andrew.j, en de belangrijkste functie is "Get notified when a friend safari of interest is posted to r/friendsafari".
Download het CRX-bestand van de extensie Friend Safari Notifier
Download Friend Safari Notifier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | gginibpmncjmbefajigocmbjanfoipnj |
Officiële URL | https://chrome.google.com/webstore/detail/friend-safari-notifier/gginibpmncjmbefajigocmbjanfoipnj |
Beschrijving | Get notified when a friend safari of interest is posted to r/friendsafari |
Bestandsgrootte | 51.22 KB |
Aantal Installaties | 31 |
Huidige Versie | 1.1.1 |
Laatst Bijgewerkt | 2014-03-13 |
Publicatiedatum | 2014-03-13 |
Ontwikkelaar | guenther.andrew.j |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |