Friend Safari Notifier
Get notified when a friend safari of interest is posted to r/friendsafari
ما هو Friend Safari Notifier؟
Friend Safari Notifier هو إضافة Chrome تم تطويرها بواسطة guenther.andrew.j، والميزة الرئيسية لها هي "Get notified when a friend safari of interest is posted to r/friendsafari".
تحميل ملف CRX للإضافة Friend Safari Notifier
قم بتنزيل ملفات الامتداد Friend Safari Notifier بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان URL الرسمي | 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" ] } ] } |