refined slideshare

make slideshare's user experience better

refined slideshareคืออะไร?

refined slideshare เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hinoshita1992 และคุณลักษณะหลักของมันคือ "make slideshare's user experience better"

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

screenshot
screenshot

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

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

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

                        Chrome extension that enhances user experience with Avoid displaying the most noticeable ads.                    

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

ชื่อ refined slideshare refined slideshare
ID aaoppniefnfcljndkcodeanklbanedeo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/refined-slideshare/aaoppniefnfcljndkcodeanklbanedeo
คำอธิบาย make slideshare's user experience better
ขนาดไฟล์ 5.95 KB
จำนวนการติดตั้ง 589
เวอร์ชันปัจจุบัน 0.18
อัปเดตครั้งล่าสุด 2023-10-28
วันที่เผยแพร่ 2023-04-06
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา hinoshita1992
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/mkusaka/refined-slideshare
URL หน้าช่วยเหลือ https://github.com/mkusaka/refined-slideshare/issues
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "refined slideshare",
    "version": "0.18",
    "description": "make slideshare's user experience better",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.slideshare.net\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/www.slideshare.net\/*"
    ],
    "permissions": [
        "declarativeNetRequest"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rules1",
                "path": "rules.json",
                "enabled": true
            }
        ]
    }
}