PinRSS Feed Finder

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

PinRSS Feed Finder란 무엇입니까?

PinRSS Feed Finder은(는) https://www.pinrss.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Pinrss Feed Finder helps to discover RSS Feeds you’ll like around the web easily."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

PinRSS Feed Finder 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 PinRSS Feed Finder PinRSS Feed Finder
ID dbinlkbdabhijobekdlldigkeajbbmkm
공식 URL https://chromewebstore.google.com/detail/pinrss-feed-finder/dbinlkbdabhijobekdlldigkeajbbmkm
설명 Pinrss Feed Finder helps to discover RSS Feeds you’ll like around the web easily.
파일 크기 2.1 MB
설치 횟수 305
현재 버전 2.122
최근 업데이트 2023-09-14
출시 날짜 2020-07-04
평점 3.60/5 총 5 개의 평점
개발자 https://www.pinrss.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.pinrss.com
개인정보 보호 정책 페이지 URL https://www.such2.com/policy
지원되는 언어 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"
}