Downworthy

Replaces hyberbolic headlines from bombastic viral websites with a slightly more realistic version.

Downworthyคืออะไร?

Downworthy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.snipe.net และคุณลักษณะหลักของมันคือ "Replaces hyberbolic headlines from bombastic viral websites with a slightly more realistic version."

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

screenshot

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

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

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

                        Downworthy replaces hyberbolic headlines from bombastic viral websites with a slightly more realistic version. "Literally" becomes "figuratively", "Will Blow Your Mind" becomes "Might Perhaps Mildly Entertain You For a Moment", and so on. Visit the website at downworthy.snipe.net for more info.                    

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

ชื่อ Downworthy Downworthy
ID pkaoiecplgdldkfihclpndbakokopjde
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/downworthy/pkaoiecplgdldkfihclpndbakokopjde
คำอธิบาย Replaces hyberbolic headlines from bombastic viral websites with a slightly more realistic version.
ขนาดไฟล์ 27.97 KB
จำนวนการติดตั้ง 1,508
เวอร์ชันปัจจุบัน 0.0.8
อัปเดตครั้งล่าสุด 2014-02-19
วันที่เผยแพร่ 2014-02-19
คะแนน 4.24/5 รวมทั้งหมด 112 คะแนน
ผู้พัฒนา https://www.snipe.net
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://downworthy.snipe.net
URL หน้าช่วยเหลือ http://downworthy.snipe.net
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Downworthy",
    "version": "0.0.8",
    "description": "Replaces hyberbolic headlines from bombastic viral websites with a slightly more realistic version.",
    "permissions": [
        "storage"
    ],
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon19-on.png",
        "default_title": "Toggle Downworthy"
    },
    "content_security_policy": "default-src 'none'; script-src 'self'",
    "options_page": "options.html"
}