RSS Feed

RSS Feed let's you follow your favorite websites in one place.

RSS Feed क्या है?

RSS Feed http://onefeed.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "RSS Feed let's you follow your favorite websites in one place."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में RSS Feed एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Discover new content and stay up-to-date with your favorite feeds, news and blogs without the need to visit every website.                    

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

नाम RSS Feed RSS Feed
ID onajimpflclfkonkpcjnpffmnefdnmfb
आधिकारिक URL https://chrome.google.com/webstore/detail/rss-feed/onajimpflclfkonkpcjnpffmnefdnmfb
विवरण RSS Feed let's you follow your favorite websites in one place.
फ़ाइल का आकार 63.14 KB
स्थापना संख्या 239
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2018-07-16
प्रकाशन तिथि 2018-07-16
रेटिंग 3.67/5 कुल 6 रेटिंग्स
डेवलपर http://onefeed.app
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://onefeed.app
सहायता पृष्ठ URL https://onefeed.app
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.2",
    "name": "RSS Feed",
    "manifest_version": 2,
    "description": "RSS Feed let's you follow your favorite websites in one place.",
    "browser_action": {
        "default_title": "OneFeed",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/OneFeed-RSS-Feed-16.png",
        "48": "img\/OneFeed-RSS-Feed-48.png",
        "128": "img\/OneFeed-RSS-Feed-128.png"
    },
    "web_accessible_resources": [
        "inject.html"
    ],
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "contextMenus",
        "management",
        "tabs",
        "storage"
    ],
    "content_security_policy": "default-src 'self'; script-src 'self' https:\/\/gql.socialfeed.io https:\/\/onefeed.app https:\/\/img.onefeed.app https:\/\/*.socialfeed.io http:\/\/localhost:4000 http:\/\/localhost:3030 https:\/\/localhost:3030 http:\/\/localhost:3005 https:\/\/localhost:3005 'unsafe-eval'; connect-src https:\/\/gql.socialfeed.io https:\/\/onefeed.app https:\/\/*.socialfeed.io https:\/\/img.onefeed.app http:\/\/localhost:4000 http:\/\/localhost:3030  http:\/\/localhost:3005; style-src * 'unsafe-inline' 'self' blob:; img-src * 'self' data:; font-src * 'self' data:;"
}