FeedSpot Minimal

Maximize your reading area with this extension and remove ads

FeedSpot Minimalคืออะไร?

FeedSpot Minimal เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Prashan Fernando และคุณลักษณะหลักของมันคือ "Maximize your reading area with this extension and remove ads"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FeedSpot Minimal

ดาวน์โหลดไฟล์ส่วนขยาย FeedSpot Minimal ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Maximize your reading area with this extension and remove ads                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ FeedSpot Minimal FeedSpot Minimal
ID dhjjageceimmgofhkplkbdjkfablfopa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/feedspot-minimal/dhjjageceimmgofhkplkbdjkfablfopa
คำอธิบาย Maximize your reading area with this extension and remove ads
ขนาดไฟล์ 36.06 KB
จำนวนการติดตั้ง 78
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2014-02-04
วันที่เผยแพร่ 2014-02-03
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Prashan Fernando
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FeedSpot Minimal",
    "description": "Maximize your reading area with this extension and remove ads",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.feedspot.com\/*",
                "http:\/\/feedspot.com\/*",
                "https:\/\/*.feedspot.com\/*",
                "https:\/\/feedspot.com\/*"
            ],
            "js": [
                "jquery-2.1.0.min.js",
                "script.min.js"
            ],
            "css": [
                "minimal.min.css"
            ]
        }
    ]
}