Mark Ads as Read for Feedly
You can mark as read automatically on Feedly.
什么是Mark Ads as Read for Feedly?
Mark Ads as Read for Feedly是由https://blog.fkoji.com开发的Chrome扩展程序,该扩展的主要功能是“You can mark as read automatically on Feedly.”。
扩展截图
下载Mark Ads as Read for Feedly扩展crx文件
下载Mark Ads as Read for Feedly扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension marks ads items on Feedly as read automatically. You can customize target item title prefix by option.
扩展基本信息
名称 | Mark Ads as Read for Feedly |
ID | bbhjldhacpdeofkbahenmpgkmafdhdgh |
官方URL | https://chromewebstore.google.com/detail/mark-ads-as-read-for-feed/bbhjldhacpdeofkbahenmpgkmafdhdgh |
简介 | You can mark as read automatically on Feedly. |
文件大小 | 43.77 KB |
安装次数 | 446 |
当前版本 | 0.5.3 |
更新时间 | 2023-08-05 |
上架时间 | 2019-03-09 |
评分 | 4.33/5 共3次评分 |
开发者 | https://blog.fkoji.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/fkoji/mark-ads-as-read-for-feedly |
隐私政策页面URL | https://blog.fkoji.com/about |
支持的语言 | 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" } |