PinRSS Feed Finder

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

Τι είναι το PinRSS Feed Finder;

Το PinRSS Feed Finder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.pinrss.com, και η κύρια λειτουργία του είναι "Pinrss Feed Finder helps to discover RSS Feeds you’ll like around the web easily.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης PinRSS Feed Finder

Λήψη αρχείων επέκτασης PinRSS Feed Finder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
}