Selfoss Companion

Selfoss RSS reader companion.

What is Selfoss Companion?

Selfoss Companion is a Chrome extension developed by https://selfoss-companion.ftpix.com, and its main feature is "Selfoss RSS reader companion.".

Extension Screenshots

screenshot

Download Selfoss Companion Extension CRX File

Download Selfoss Companion 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

                        Selfoss Companion is the ideal sidekick to your Selfoss installation, it allows you to see how many items are left unread.

Selfoss Companion also allows you to update your feeds as well without having to stare at the blank update page.                    

Extension Basic Information

Name Selfoss Companion Selfoss Companion
ID fchonfjbfngdipnkpeekhncmhomfccfj
Official URL https://chromewebstore.google.com/detail/selfoss-companion/fchonfjbfngdipnkpeekhncmhomfccfj
Description Selfoss RSS reader companion.
File Size 119 KB
Installation Count 24
Current Version 0.0.0.7
Last Updated 2016-02-26
Publish Date 2016-02-26
Rating 5.00/5 Total 3 Ratings
Developer https://selfoss-companion.ftpix.com
Payment Type free
Extension Website http://selfoss-companion.ftpix.com/
Help Page URL https://github.com/lamarios/selfoss-companion
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Selfoss Companion",
    "description": "Selfoss RSS reader companion.",
    "version": "0.0.0.7",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "",
        "default_icon": "logo.png"
    },
    "options_page": "settings.html",
    "permissions": [
        "alarms",
        "storage",
        "tabs",
        "notifications",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    }
}