Friend Safari Notifier
Get notified when a friend safari of interest is posted to r/friendsafari
Vad är Friend Safari Notifier?
Friend Safari Notifier är en Chrome-tillägg utvecklad av guenther.andrew.j, och dess huvudfunktion är "Get notified when a friend safari of interest is posted to r/friendsafari".
Ladda ner Friend Safari Notifier-förlängningens CRX-fil
Ladda ner Friend Safari Notifier-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | |
ID | gginibpmncjmbefajigocmbjanfoipnj |
Officiell webbadress | https://chrome.google.com/webstore/detail/friend-safari-notifier/gginibpmncjmbefajigocmbjanfoipnj |
Beskrivning | Get notified when a friend safari of interest is posted to r/friendsafari |
Filstorlek | 51.22 KB |
Antal Installationer | 31 |
Aktuell Version | 1.1.1 |
Senast Uppdaterad | 2014-03-13 |
Publiceringsdatum | 2014-03-13 |
Utvecklare | guenther.andrew.j |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |