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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Pinrss Feed Finder helps to discover RSS Feeds you’ll like around the web easily."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PinRSS Feed Finder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}