Word Replacer II

Change your world one word at a time.

Word Replacer II क्या है?

Word Replacer II G3Kappa द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Change your world one word at a time."।

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

screenshot
screenshot

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

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

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

                        What is Word Replacer?

Word Replacer is a simple extension inspired by the popular 'Cloud to Butt'. It does much more than that, allowing you to create entire lists of replacements and customize them to your tastes.

WORD REPLACER HAS RECENTLY UNDERGONE A HUGE UPDATE. And if you didn't like it before, you should give it a second try now. Many annoyances don't exist anymore, and the extension is much more powerful.

What is Word Replacer useful for?

That depends on you. I initially made the extension for myself, but the increasing number of reviews suggesting novel uses for Word Replacer may give you some insight.
Personally, I'd recommend starting with popular replacements such as the XKCD (http://xkcd.com/) ones. They make surfing the web more fun, even more so when you're not expecting them!

How do I use it?

Detailed instructions can be read from the settings page. Please read carefully the user manual and the about page if there is anything that's not intuitive enough. And if it isn't, please tell me so that I can make it better.                    

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

नाम Word Replacer II Word Replacer II
ID djakfbefalbkkdgnhkkdiihelkjdpbfh
आधिकारिक URL https://chromewebstore.google.com/detail/word-replacer-ii/djakfbefalbkkdgnhkkdiihelkjdpbfh
विवरण Change your world one word at a time.
फ़ाइल का आकार 89.61 KB
स्थापना संख्या 46,409
वर्तमान संस्करण 2.0.10
अंतिम अपडेट 2019-09-01
प्रकाशन तिथि 2019-08-31
रेटिंग 3.66/5 कुल 342 रेटिंग्स
डेवलपर G3Kappa
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Word Replacer II",
    "short_name": "WR II",
    "description": "Change your world one word at a time.",
    "version": "2.0.10",
    "icons": {
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/icon_19.png",
        "default_title": "Word Replacer II",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "jquery-2.1.4.min.js",
                "content_script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ]
}