PinRSS Feed Finder

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

O que é PinRSS Feed Finder?

PinRSS Feed Finder é uma extensão do Chrome desenvolvida por https://www.pinrss.com, e sua principal característica é "Pinrss Feed Finder helps to discover RSS Feeds you’ll like around the web easily.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão PinRSS Feed Finder

Baixe arquivos de extensão PinRSS Feed Finder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome PinRSS Feed Finder PinRSS Feed Finder
ID dbinlkbdabhijobekdlldigkeajbbmkm
URL Oficial https://chromewebstore.google.com/detail/pinrss-feed-finder/dbinlkbdabhijobekdlldigkeajbbmkm
Descrição Pinrss Feed Finder helps to discover RSS Feeds you’ll like around the web easily.
Tamanho do Arquivo 2.1 MB
Contagem de Instalações 305
Versão Atual 2.122
Última Atualização 2023-09-14
Data de Publicação 2020-07-04
Classificação 3.60/5 Total de 5 Avaliações
Desenvolvedor https://www.pinrss.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.pinrss.com
URL da Página de Política de Privacidade https://www.such2.com/policy
Idiomas Suportados 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"
}