Add to 1Feed

This extension lets you add sites straight to 1Feed, your quiet place on the internet.

What is Add to 1Feed?

Add to 1Feed is a Chrome extension developed by https://1feed.app, and its main feature is "This extension lets you add sites straight to 1Feed, your quiet place on the internet.".

Extension Screenshots

screenshot

Download Add to 1Feed Extension CRX File

Download Add to 1Feed 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

                        This extension lets you add sites straight to 1Feed, your quiet place on the internet. You can click on the 1Feed extension icon from any website, and it will let you add the site to 1Feed.                    

Extension Basic Information

Name Add to 1Feed Add to 1Feed
ID hjndhmamnojblddilahimmknodipgdpk
Official URL https://chromewebstore.google.com/detail/add-to-1feed/hjndhmamnojblddilahimmknodipgdpk
Description This extension lets you add sites straight to 1Feed, your quiet place on the internet.
File Size 10.38 KB
Installation Count 91
Current Version 0.1.6
Last Updated 2021-08-30
Publish Date 2020-09-24
Rating 5.00/5 Total 1 Ratings
Developer https://1feed.app
Email [email protected]
Payment Type free
Extension Website https://1feed.app/
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.6",
    "name": "Add to 1Feed",
    "description": "This extension lets you add sites straight to 1Feed, your quiet place on the internet.",
    "homepage_url": "https:\/\/1feed.app\/",
    "icons": {
        "16": "icons\/extension-16x16.png",
        "48": "icons\/extension-48x48.png",
        "128": "icons\/extension-128x128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/extension-128x128.png",
        "default_title": "Add to 1Feed",
        "theme_icons": [
            {
                "light": "icons\/browser-action-light.svg",
                "dark": "icons\/browser-action-dark.svg",
                "size": 16
            },
            {
                "light": "icons\/browser-action-light.svg",
                "dark": "icons\/browser-action-dark.svg",
                "size": 48
            },
            {
                "light": "icons\/browser-action-light.svg",
                "dark": "icons\/browser-action-dark.svg",
                "size": 128
            }
        ]
    },
    "manifest_version": 2
}