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 |
Eメール | [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" } |