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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้านโยบายความเป็นส่วนตัว 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
}