Your Story - Feeder

Latest update from YourStory.

What is Your Story - Feeder?

Your Story - Feeder is a Chrome extension developed by senthil.manickavel, and its main feature is "Latest update from YourStory.".

Extension Screenshots

screenshot
screenshot

Download Your Story - Feeder Extension CRX File

Download Your Story - Feeder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Feeder for YourStory.com. YourStory.com is India's biggest and definitive platform for startups and entrepreneurs related stories, news, resources, research reports and analysis.                    

Extension Basic Information

Name Your Story - Feeder Your Story - Feeder
ID hahppkabkedgohefdodmlobeglffnhkn
Official URL https://chromewebstore.google.com/detail/your-story-feeder/hahppkabkedgohefdodmlobeglffnhkn
Description Latest update from YourStory.
File Size 50.56 KB
Installation Count 11
Current Version 0.2
Last Updated 2015-02-08
Publish Date 2015-02-07
Developer senthil.manickavel
Payment Type free
Extension Website http://beebeeinnovatorz.weebly.com/
Help Page URL http://beebeeinnovatorz.weebly.com/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Your Story - Feeder",
    "version": "0.2",
    "description": "Latest update from YourStory.",
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "homepage_url": "http:\/\/yourstory.com\/",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "https:\/\/www.facebook.com\/feeds\/"
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "Your Story",
        "default_popup": "popup.html"
    }
}