Website Randomizer

Website Randomizer is a fun little extension that randomizes Images, Text, and Elements on websites.

Website Randomizer क्या है?

Website Randomizer liquidwater द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Website Randomizer is a fun little extension that randomizes Images, Text, and Elements on websites."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Website Randomizer is a fun little extension that can randomize Images, Text, and Elements on websites.

You can randomize a variety of things from element tooltips to text color to the text itself. 

On top of randomizing text, you can also randomly shuffle words in text if you so choose. You also have the ability to set the text to random words if you so choose.

Note: Randomize options are intended to be used individually or in small groups instead of everything at once, as this can freeze the browser or make sites unusable.

Warning: The Shuffle Text option randomly shuffles words in text. If reading randomly shuffled text can cause you complications due to a medical issue or something, then please disable this option. If you feel any other randomize option can cause complications, then disable them as well.                    

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

नाम Website Randomizer Website Randomizer
ID odfjbhkcdeaifmfpndngcfcieiencngf
आधिकारिक URL https://chromewebstore.google.com/detail/website-randomizer/odfjbhkcdeaifmfpndngcfcieiencngf
विवरण Website Randomizer is a fun little extension that randomizes Images, Text, and Elements on websites.
फ़ाइल का आकार 179 KB
स्थापना संख्या 44
वर्तमान संस्करण 4.3
अंतिम अपडेट 2023-03-31
प्रकाशन तिथि 2021-11-21
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर liquidwater
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Website Randomizer",
    "version": "4.3",
    "description": "Website Randomizer is a fun little extension that randomizes Images, Text, and Elements on websites.",
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": ".\/options\/options.html",
        "open_in_tab": false
    },
    "action": {
        "default_popup": ".\/popup\/popup.html",
        "default_icon": ".\/icons\/wr_16.png"
    },
    "icons": {
        "16": ".\/icons\/wr_16.png",
        "32": ".\/icons\/wr_32.png",
        "48": ".\/icons\/wr_48.png",
        "128": ".\/icons\/wr_128.png"
    },
    "background": {
        "service_worker": ".\/background\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/content\/content.js"
            ],
            "css": [
                ".\/content\/content.css"
            ]
        }
    ]
}