Downworthy

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

Downworthy क्या है?

Downworthy https://www.snipe.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces hyberbolic headlines from bombastic viral websites with a slightly more realistic version."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Downworthy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
}