Swearing Substitution

Replaces common curse words with their softer equivalents

Swearing Substitution क्या है?

Swearing Substitution Joshua Jolley द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces common curse words with their softer equivalents"।

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

screenshot

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

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

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

                        ======
Version 0.0.0.8 Change log:
Fixed "Shecky" Idaho (Shelly)
======

Do you like to visit generally wholesome sites that sometimes get ruined by users who swear in their submitted content? Or perhaps you'd rather not view obscenities altogether? If that's the case, Swearing Substitution is your solution.  This extension replaces common English curse words with their softer, more politically correct alternatives. (And less common curse words with the word "cloud").  Unlike other extensions available, this doesn't replace everything with the word censored, or ****. Nothing is hidden, it merely substitutes curse words using words like "freak" or "bum". 

Give it a try! Please leave feedback about additional words you'd like to see blocked or sites you noticed it not working on.  I'll respond as quickly as I can.                    

एक्सटेंशन की मूल जानकारी

नाम Swearing Substitution Swearing Substitution
ID laijlgfcgafbmobgkfkgimjnfnnekfii
आधिकारिक URL https://chrome.google.com/webstore/detail/swearing-substitution/laijlgfcgafbmobgkfkgimjnfnnekfii
विवरण Replaces common curse words with their softer equivalents
फ़ाइल का आकार 67.21 KB
स्थापना संख्या 157
वर्तमान संस्करण 0.0.0.8
अंतिम अपडेट 2014-07-12
प्रकाशन तिथि 2014-07-12
रेटिंग 3.67/5 कुल 9 रेटिंग्स
डेवलपर Joshua Jolley
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Swearing Substitution",
    "short_name": "Curse Replacement",
    "description": "Replaces common curse words with their softer equivalents",
    "version": "0.0.0.8",
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "19": "icon_19.png",
        "16": "icon_16.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "jquery-1.11.1.min.js",
                "myscript.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ]
}