Swearable

Use Swearable to glorify the shit out of your web experience!

Swearable क्या है?

Swearable okparts द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use Swearable to glorify the shit out of your web experience!"।

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

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

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

                        Swearable glorifies the shit out of your Chrome web experience!  Swearable injects a variety of swear words into every web page you visit.  You will not be disappointed, unless you're a holyroller or prig or goody two-shoes or generally don't like swearing                    

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

नाम Swearable Swearable
ID padconfncnccomkbmlbpcdpmbbelmkmn
आधिकारिक URL https://chrome.google.com/webstore/detail/swearable/padconfncnccomkbmlbpcdpmbbelmkmn
विवरण Use Swearable to glorify the shit out of your web experience!
फ़ाइल का आकार 15.99 KB
स्थापना संख्या 29
वर्तमान संस्करण 0.0.3
अंतिम अपडेट 2015-05-27
प्रकाशन तिथि 2015-05-27
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर okparts
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Swearable",
    "short_name": "Swearable",
    "description": "Use Swearable to glorify the shit out of your web experience!",
    "version": "0.0.3",
    "icons": {
        "19": "images\/icon19.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon19.png",
        "default_title": "Swearable",
        "default_popup": "html\/popup.html"
    },
    "options_page": "options\/options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/swearable.js"
            ]
        }
    ]
}