SPOI Filter

Control the way you read RSS news online.

SPOI Filter là gì?

SPOI Filter là một tiện ích mở rộng Chrome được phát triển bởi https://spoi.com, và tính năng chính của nó là "Control the way you read RSS news online.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SPOI Filter

Tải xuống các tệp mở rộng SPOI Filter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        SPOI Filter - lets you hide and highlight RSS news items in feedly and The Old Reader by keyword or regular expression.

Filter is based on a paid subscription model.  Licensed users will be billed $0.99 monthly.  Six month and twelve month subscriptions are also available, as is a trial license.

We all like to use our new readers to get our RSS news, and we all subscribe to the feeds that we want, but sometimes we get tired of reading about the same vapid celebrities or the same iPhone killer.  Using SPOI Filter, you input a name or a word, and BLAM any news item that contains it is reduced to a fancy coloured bar that you can scroll on by or click on to reveal the hidden gem.  Or you can completely hide it and your life will be all the better.  You can even choose filter based on text found in the body and the subject, or in the subject line only.  Filtering logic includes case-sensitive, not case-sensitive, and regular expressions (regex/regexp).  Tired of duplicate items?  You can make them never exist!  Think that a particular feed should never be filtered?  Add them to an exempt list!  Want to highlight specific words, you can do that too!

Want to only read news that has your keywords and skip everything else?  Done.

Want to securely sync all your settings and filter between different browsers on different machines?  Even more done.

There is a handy popup menu to enter new filters or highlights on-the-fly as you are reading.  You can also use it to un-hide or re-hide all hidden news items, hide the header, and hide the navigation pane sidebar.

And do not forget about the Layout tweaks.  Hide all sorts of stuff around the page and fix some spacing while you are at it.  You can even change the font.

Please see the "Extension support" link for responses to comments and emails.

Do not host, archive, or distribute SPOI Filter without permission from smart people on ice, LLC. (spoi).

https://spoi.com/filter/EULA                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SPOI Filter SPOI Filter
ID ccklmambcfmhahigkfmpmcafjlbjnnha
URL Chính Thức https://chromewebstore.google.com/detail/spoi-filter/ccklmambcfmhahigkfmpmcafjlbjnnha
Mô tả Control the way you read RSS news online.
Kích Thước Tệp 472 KB
Số Lần Cài Đặt 63
Phiên Bản Hiện Tại 1.8.52
Cập Nhật Lần Cuối 2023-11-19
Ngày Phát Hành 2020-04-22
Đánh Giá 2.50/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://spoi.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://spoi.com/
URL Trang Trợ Giúp https://spoi.com/filter/manual
URL Trang Chính Sách Bảo Mật https://spoi.com/PRIVACY.txt
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "name": "SPOI Filter",
    "author": "Smart People On Ice, LLC.",
    "short_name": "Filter",
    "version": "1.8.52",
    "description": "Control the way you read RSS news online.",
    "icons": {
        "16": "Icon-16.png",
        "19": "Icon-19.png",
        "38": "Icon-38.png",
        "48": "Icon-48.png",
        "64": "Icon-64.png",
        "128": "Icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/feedly.com\/*",
                "https:\/\/feedly.com\/*",
                "http:\/\/theoldreader.com\/*",
                "https:\/\/theoldreader.com\/*",
                "https:\/\/spoi.com\/*"
            ],
            "all_frames": false,
            "js": [
                "js\/rf.js"
            ],
            "run_at": "document_end"
        }
    ],
    "page_action": {
        "default_icon": {
            "19": "Icon-19.png",
            "38": "Icon-38.png"
        },
        "default_title": "Toggle Filter",
        "default_popup": "popup.html",
        "browser_style": false
    },
    "web_accessible_resources": [
        "Icon-*.png",
        "images\/*.png",
        "images\/*.svg",
        "images\/feedly\/*.png",
        "images\/theold\/*.png"
    ],
    "minimum_chrome_version": "26",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/aes.js",
            "js\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/spoi.com; object-src 'self'",
    "options_page": "options.html",
    "options_ui": {
        "chrome_style": true,
        "open_in_tab": true,
        "page": "options.html"
    },
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "incognito": "spanning",
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/lazlo.spoi.com\/*",
        "https:\/\/theoldreader.com\/*",
        "https:\/\/spoi.com\/*",
        "https:\/\/fonts.googleapis.com\/*",
        "http:\/\/feedly.com\/*",
        "http:\/\/theoldreader.com\/*",
        "https:\/\/feedly.com\/*",
        "https:\/\/api.feedly.com\/*"
    ]
}