SnipRSS

Quickly create RSS feeds straight from web pages

What is SnipRSS?

SnipRSS is a Chrome extension developed by https://sniprss.com, and its main feature is "Quickly create RSS feeds straight from web pages".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download SnipRSS Extension CRX File

Download SnipRSS 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

                        SnipRSS enables you to snip videos, podcasts, blog posts, web pages, social posts and documents from around the web into your own shareable RSS feeds.                    

Extension Basic Information

Name SnipRSS SnipRSS
ID epjpckipgaokjlibmahggjgpeealngad
Official URL https://chromewebstore.google.com/detail/sniprss/epjpckipgaokjlibmahggjgpeealngad
Description Quickly create RSS feeds straight from web pages
File Size 29.79 KB
Installation Count 150
Current Version 1.0.4
Last Updated 2022-06-24
Publish Date 2021-08-26
Developer https://sniprss.com
Email [email protected]
Payment Type free
Extension Website https://sniprss.com/
Help Page URL https://sniprss.com/
Privacy Policy Page URL https://www.redrobotstudios.com/privacy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SnipRSS",
    "description": "Quickly create RSS feeds straight from web pages",
    "version": "1.0.4",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/img\/logo.png",
            "32": "\/img\/logo.png",
            "48": "\/img\/logo.png",
            "128": "\/img\/logo.png"
        }
    },
    "icons": {
        "16": "\/img\/logo.png",
        "32": "\/img\/logo.png",
        "48": "\/img\/logo.png",
        "128": "\/img\/logo.png"
    },
    "host_permissions": [
        "https:\/\/sniprss.com\/api\/*"
    ]
}