Follow websites (RSS Reader)

Follow any website which offers an RSS feed and decide how to receive messages, i.e. via Email, Telegram etc.

ما هو Follow websites (RSS Reader)؟

Follow websites (RSS Reader) هو إضافة Chrome تم تطويرها بواسطة https://follow.it، والميزة الرئيسية لها هي "Follow any website which offers an RSS feed and decide how to receive messages, i.e. via Email, Telegram etc.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Follow websites (RSS Reader)

قم بتنزيل ملفات الامتداد Follow websites (RSS Reader) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        The easiest tool to follow websites (or to be more precise: their RSS feeds).                    

معلومات أساسية عن التمديد

الاسم Follow websites (RSS Reader) Follow websites (RSS Reader)
ID ncepinjclfmeppajckcgpamhfpjnjabn
عنوان URL الرسمي https://chromewebstore.google.com/detail/follow-websites-rss-reade/ncepinjclfmeppajckcgpamhfpjnjabn
الوصف Follow any website which offers an RSS feed and decide how to receive messages, i.e. via Email, Telegram etc.
حجم الملف 1.38 MB
عدد التثبيتات 1,158
النسخة الحالية 0.1.3
آخر تحديث 2024-03-04
تاريخ النشر 2022-06-18
تقييم 5.00/5 مجموع تقييمات 7
المطور https://follow.it
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://follow.it/directory
عنوان صفحة سياسة الخصوصية https://follow.it/info/privacy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Follow websites (RSS Reader)",
    "version": "0.1.3",
    "description": "Follow any website which offers an RSS feed and decide how to receive messages, i.e. via Email, Telegram etc.",
    "icons": {
        "16": "img\/icons\/icon-16.png",
        "48": "img\/icons\/icon-48.png",
        "128": "img\/icons\/icon-128.png"
    },
    "background": {
        "service_worker": "background\/index.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "browser-polyfill.min.js",
                "content\/index.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "img\/icons\/icon-48.png"
        }
    },
    "permissions": [
        "tabs",
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/follow.it\/*",
            "https:\/\/*.follow.it\/*"
        ]
    },
    "manifest_version": 3
}