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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get notified when a friend safari of interest is posted to r/friendsafari"।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Friend Safari Notifier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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!                    

एक्सटेंशन की मूल जानकारी

नाम Friend Safari Notifier Friend Safari Notifier
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"
            ]
        }
    ]
}