Mark Ads as Read for Feedly

You can mark as read automatically on Feedly.

What is Mark Ads as Read for Feedly?

Mark Ads as Read for Feedly is a Chrome extension developed by https://blog.fkoji.com, and its main feature is "You can mark as read automatically on Feedly.".

Extension Screenshots

screenshot

Download Mark Ads as Read for Feedly Extension CRX File

Download Mark Ads as Read for Feedly 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 marks ads items on Feedly as read automatically.
You can customize target item title prefix by option.                    

Extension Basic Information

Name Mark Ads as Read for Feedly Mark Ads as Read for Feedly
ID bbhjldhacpdeofkbahenmpgkmafdhdgh
Official URL https://chromewebstore.google.com/detail/mark-ads-as-read-for-feed/bbhjldhacpdeofkbahenmpgkmafdhdgh
Description You can mark as read automatically on Feedly.
File Size 43.77 KB
Installation Count 446
Current Version 0.5.3
Last Updated 2023-08-05
Publish Date 2019-03-09
Rating 4.33/5 Total 3 Ratings
Developer https://blog.fkoji.com
Email [email protected]
Payment Type free
Extension Website https://github.com/fkoji/mark-ads-as-read-for-feedly
Privacy Policy Page URL https://blog.fkoji.com/about
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mark Ads as Read for Feedly",
    "version": "0.5.3",
    "manifest_version": 3,
    "description": "You can mark as read automatically on Feedly.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/feedly.com\/*"
    ],
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/feedly.com\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "homepage_url": "https:\/\/github.com\/fkoji\/mark-ads-as-read-for-feedly"
}