reveddit quarantined

Allows quarantined content to be viewed on reveddit.

reveddit quarantinedคืออะไร?

reveddit quarantined เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://revddit.com และคุณลักษณะหลักของมันคือ "Allows quarantined content to be viewed on reveddit."

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

screenshot

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

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

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

                        Ordinarily, moderation actions in quarantined subreddits cannot be reviewed with tools like removeddit, ceddit, or reveddit (formerly known as revddit).

This extension allows quarantined content to be viewed on reveddit.

Source code: https://github.com/revddit/revddit-quarantined

Version History:

2019-11-27 - 0.0.0.3
- rename extension (revddit -> reveddit)

2019-10-29 - 0.0.0.2
- enable new domain                    

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

ชื่อ reveddit quarantined reveddit quarantined
ID cmfgeilnphkjendelakiniceinhjonfh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/reveddit-quarantined/cmfgeilnphkjendelakiniceinhjonfh
คำอธิบาย Allows quarantined content to be viewed on reveddit.
ขนาดไฟล์ 70.8 KB
จำนวนการติดตั้ง 496
เวอร์ชันปัจจุบัน 0.0.0.3
อัปเดตครั้งล่าสุด 2019-12-18
วันที่เผยแพร่ 2019-12-15
ผู้พัฒนา https://revddit.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/e/2PACX-1vTxfh-y3cnIE1Y495pfcJykWNLQRg8xIYLOZ7xHqcaktjI_Y_N5ZQuAnfMhtOrJaDD8bUirVQkD8tuy/pub
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "reveddit quarantined",
    "short_name": "reveddit q",
    "description": "Allows quarantined content to be viewed on reveddit.",
    "version": "0.0.0.3",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*.reddit.com\/*",
        "https:\/\/*.reveddit.com\/*"
    ],
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png",
        "16": "icons\/16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.reveddit.com\/*"
            ],
            "css": [
                "content.css"
            ],
            "js": []
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2
}