Friend Safari Notifier
Get notified when a friend safari of interest is posted to r/friendsafari
Qu'est-ce que Friend Safari Notifier ?
Friend Safari Notifier est une extension Chrome développée par guenther.andrew.j, et sa fonction principale est "Get notified when a friend safari of interest is posted to r/friendsafari".
Télécharger le fichier CRX de l'extension Friend Safari Notifier
Téléchargez les fichiers d'extension Friend Safari Notifier 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
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!
Informations de Base sur l'Extension
Nom | |
ID | gginibpmncjmbefajigocmbjanfoipnj |
URL Officiel | https://chrome.google.com/webstore/detail/friend-safari-notifier/gginibpmncjmbefajigocmbjanfoipnj |
Description | Get notified when a friend safari of interest is posted to r/friendsafari |
Taille du Fichier | 51.22 KB |
Nombre d'Installations | 31 |
Version Actuelle | 1.1.1 |
Dernière Mise à Jour | 2014-03-13 |
Date de Publication | 2014-03-13 |
Développeur | guenther.andrew.j |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |