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 |
官方網址 | 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" ] } ] } |