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.                     擴展基本資訊
| 名稱 |  | 
| ID | bbhjldhacpdeofkbahenmpgkmafdhdgh | 
| 官方網址 | 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"
} | |