Cloud to Butt Redux

Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.

Cloud to Butt Redux क्या है?

Cloud to Butt Redux Techjar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts."।

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

screenshot

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

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

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

                        Improvements to a previous version of this extension, namely it will no longer replace textarea contents. Old version here: https://github.com/hank/cloud-to-butt

My version: https://github.com/Techjar/cloud-to-butt                    

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

नाम Cloud to Butt Redux Cloud to Butt Redux
ID mghonbmkhoeammefiikcjdjaikniefnk
आधिकारिक URL https://chrome.google.com/webstore/detail/cloud-to-butt-redux/mghonbmkhoeammefiikcjdjaikniefnk
विवरण Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.
फ़ाइल का आकार 40.75 KB
स्थापना संख्या 160
वर्तमान संस्करण 1.3.5
अंतिम अपडेट 2018-01-08
प्रकाशन तिथि 2018-01-08
रेटिंग 4.14/5 कुल 7 रेटिंग्स
डेवलपर Techjar
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cloud to Butt Redux",
    "version": "1.3.5",
    "description": "Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/titlecapitalization.com\/*",
                "*:\/\/hangouts.google.com\/*",
                "*:\/\/docs.google.com\/*",
                "*:\/\/*.facebook.com\/*",
                "*:\/\/discordapp.com\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "all_frames": true
        }
    ]
}