Instant Feed

Enjoy subscribing your favorite websites

Instant Feed क्या है?

Instant Feed Developer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enjoy subscribing your favorite websites"।

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

screenshot
screenshot
screenshot

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

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

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

                        A simple and fast extension to read RSS feeds
Instant feed features:
-Instant read mode read articles faster without visiting the website
-RTL support (read RSS feeds of right to left language websites)
-Responsive design (available on all screen sizes)
-Different themes
-Powerful search , search RSS channels by website address , RSS URL or keyword
-Drag and drop address of any website to add it to RSS channels
-No advertisements
-Available on Chrome and Firefox                    

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

नाम Instant Feed Instant Feed
ID eaejoajdgejmgaockdppfjfeodhkanig
आधिकारिक URL https://chromewebstore.google.com/detail/instant-feed/eaejoajdgejmgaockdppfjfeodhkanig
विवरण Enjoy subscribing your favorite websites
फ़ाइल का आकार 414 KB
स्थापना संख्या 148
वर्तमान संस्करण 1.0
अंतिम अपडेट 2018-11-19
प्रकाशन तिथि 2018-11-14
डेवलपर Developer
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Instant Feed",
    "version": "1.0",
    "author": "addonDeveloper",
    "description": "Enjoy subscribing your favorite websites",
    "icons": {
        "48": "\/img\/icon48.png",
        "96": "\/img\/icon96.png"
    },
    "permissions": [
        "storage",
        ""
    ],
    "browser_action": {
        "default_title": "Instant Feed",
        "default_icon": {
            "16": "\/img\/icon16.png",
            "20": "\/img\/icon20.png",
            "32": "\/img\/icon32.png",
            "64": "\/img\/icon64.png"
        }
    },
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": true
    }
}