Mark Ads as Read for Feedly

You can mark as read automatically on Feedly.

Wat is Mark Ads as Read for Feedly?

Mark Ads as Read for Feedly is een Chrome-extensie ontwikkeld door https://blog.fkoji.com, en de belangrijkste functie is "You can mark as read automatically on Feedly.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Mark Ads as Read for Feedly

Download Mark Ads as Read for Feedly-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extension marks ads items on Feedly as read automatically.
You can customize target item title prefix by option.                    

Basisinformatie over de Extensie

Naam Mark Ads as Read for Feedly Mark Ads as Read for Feedly
ID bbhjldhacpdeofkbahenmpgkmafdhdgh
Officiële URL https://chromewebstore.google.com/detail/mark-ads-as-read-for-feed/bbhjldhacpdeofkbahenmpgkmafdhdgh
Beschrijving You can mark as read automatically on Feedly.
Bestandsgrootte 43.77 KB
Aantal Installaties 446
Huidige Versie 0.5.3
Laatst Bijgewerkt 2023-08-05
Publicatiedatum 2019-03-09
Beoordeling 4.33/5 Totaal 3 Beoordelingen
Ontwikkelaar https://blog.fkoji.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/fkoji/mark-ads-as-read-for-feedly
URL van de Privacybeleid Pagina https://blog.fkoji.com/about
Ondersteunde Talen 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"
}