Feedly Subscribe Button

Easily Subscribe RSS and Atom Feeds to Feedly.

What is Feedly Subscribe Button?

Feedly Subscribe Button is a Chrome extension developed by BrowserNative, and its main feature is "Easily Subscribe RSS and Atom Feeds to Feedly.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Feedly Subscribe Button Extension CRX File

Download Feedly Subscribe Button 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

                        Works only on the pages offering RSS or Atom feeds. Click its toolbar button, which takes you to the Feedly.com with the option to subscribe that feed.

Created by BrowserNative, Not created by or affiliated with Feedly.                    

Extension Basic Information

Name Feedly Subscribe Button Feedly Subscribe Button
ID gbbnddjfcllebfcnihfgmdplgaiejepc
Official URL https://chromewebstore.google.com/detail/feedly-subscribe-button/gbbnddjfcllebfcnihfgmdplgaiejepc
Description Easily Subscribe RSS and Atom Feeds to Feedly.
File Size 20.75 KB
Installation Count 11,047
Current Version 1.3
Last Updated 2023-11-06
Publish Date 2017-08-12
Rating 4.58/5 Total 84 Ratings
Developer BrowserNative
Email [email protected]
Payment Type free
Extension Website http://browsernative.com/feedly-chrome-extension/
Help Page URL http://browsernative.com/feedly-chrome-extension/
Privacy Policy Page URL https://browsernative.com/extensions-privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "page_action": {
        "default_icon": {
            "19": "img\/19.png",
            "38": "img\/38.png"
        },
        "default_title": "Subscribe",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/sniff_common.js",
                "js\/doc_start.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "js\/sniff_common.js",
                "js\/feed_finder.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Easily Subscribe RSS and Atom Feeds to Feedly.",
    "homepage_url": "https:\/\/browsernative.com\/feedly-chrome-extension\/",
    "icons": {
        "128": "img\/128.png",
        "48": "img\/48.png"
    },
    "manifest_version": 2,
    "name": "Feedly Subscribe Button",
    "version": "1.3",
    "permissions": [
        "activeTab",
        "storage"
    ]
}