The Offensifier

Finds words that rhyme with swear words and switches them

The Offensifier क्या है?

The Offensifier offensivist द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Finds words that rhyme with swear words and switches them"।

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

screenshot

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

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

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

                        The Offensifier scans the webpage you're on and changes any words that rhyme with "fuck", "shit" or "cunt" to their respective swear words. 

Can you spot the two changes to the news site on the left?

More will be added soon.                    

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

नाम The Offensifier The Offensifier
ID cimnhikljdpgnggcakboffaobnibphhj
आधिकारिक URL https://chrome.google.com/webstore/detail/the-offensifier/cimnhikljdpgnggcakboffaobnibphhj
विवरण Finds words that rhyme with swear words and switches them
फ़ाइल का आकार 5.19 KB
स्थापना संख्या 63
वर्तमान संस्करण 2
अंतिम अपडेट 2014-10-23
प्रकाशन तिथि 2014-10-23
रेटिंग 4.20/5 कुल 5 रेटिंग्स
डेवलपर offensivist
भुगतान के प्रकार free
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Offensifier",
    "description": "Finds words that rhyme with swear words and switches them",
    "version": "2",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}