PinRSS Feed Finder

Pinrss Feed Finder helps to discover RSS Feeds you’ll like around the web easily.

PinRSS Feed Finder là gì?

PinRSS Feed Finder là một tiện ích mở rộng Chrome được phát triển bởi https://www.pinrss.com, và tính năng chính của nó là "Pinrss Feed Finder helps to discover RSS Feeds you’ll like around the web easily.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng PinRSS Feed Finder 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

                        Pinrss.com is a simple tool to discover awesome rss feeds what is readable, useful, lively....

Pinrss Feed Finder helps to discover RSS Feeds you’ll like around the web easily. 

With the Add to Pinrss.com add-on, The extension will automatically find the RSS feed associated with a website during web surfing and offers you a history to add it to your pinrss.com subscriptions.                    

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

Tên PinRSS Feed Finder PinRSS Feed Finder
ID dbinlkbdabhijobekdlldigkeajbbmkm
URL Chính Thức https://chromewebstore.google.com/detail/pinrss-feed-finder/dbinlkbdabhijobekdlldigkeajbbmkm
Mô tả Pinrss Feed Finder helps to discover RSS Feeds you’ll like around the web easily.
Kích Thước Tệp 2.1 MB
Số Lần Cài Đặt 305
Phiên Bản Hiện Tại 2.122
Cập Nhật Lần Cuối 2023-09-14
Ngày Phát Hành 2020-07-04
Đánh Giá 3.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://www.pinrss.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.pinrss.com
URL Trang Chính Sách Bảo Mật https://www.such2.com/policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.122",
    "name": "PinRSS Feed Finder",
    "description": "Pinrss Feed Finder helps to discover RSS Feeds you\u2019ll like around the web easily.",
    "homepage_url": "https:\/\/www.pinrss.com",
    "icons": {
        "128": "m\/icon128.png",
        "48": "m\/icon48.png"
    },
    "background": {
        "service_worker": "j\/background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/code.jquery.com;"
    },
    "content_scripts": [
        {
            "js": [
                "j\/find_feed.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html",
                "option.html",
                "pinrss.html"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_icon": "m\/icon.png",
        "default_title": "PinRSS Feed Finder"
    },
    "permissions": [
        "scripting",
        "notifications",
        "tabs",
        "activeTab",
        "browsingData",
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "short_name": "PinRSS",
    "author": "pinrss.com"
}