WheresApp

Make your web whatsapp work friendly

WheresApp क्या है?

WheresApp aleks.krnjaic द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make your web whatsapp work friendly"।

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

screenshot

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

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

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

                        Provides customization options for your Web Whatsapp interface, allowing you to hide your contact list, hide your current chat header, extend the interface to fill to the edges of the window, hide contact images and make the chat plain, hide timestamps and read receipts.

Release Notes

Version 0.0.1:
 - Initial release

Version 0.0.2:
 - Images in contact list now hidden in boring mode

Version 0.0.3:
 - Hover text fix

Version 0.0.4:
 - Added ability to hide contact names
 - Changed boring mode to maintain contact image placeholders

Version 0.0.5:
 - Fixed color and box shadow after whatsapp changes

Version 0.0.6:
 - Boring mode links and images now no longer have green background

Version 0.0.7:
 - Boring mode fix (flex align and color)
Developed by Aleks Krnjaic and Rebeka Nikoloska                    

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

नाम WheresApp WheresApp
ID blonmediheekdlhdhfnfohegmhblapcb
आधिकारिक URL https://chromewebstore.google.com/detail/wheresapp/blonmediheekdlhdhfnfohegmhblapcb
विवरण Make your web whatsapp work friendly
फ़ाइल का आकार 128 KB
स्थापना संख्या 2,825
वर्तमान संस्करण 0.0.7
अंतिम अपडेट 2020-02-20
प्रकाशन तिथि 2020-02-20
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर aleks.krnjaic
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WheresApp",
    "version": "0.0.7",
    "manifest_version": 2,
    "description": "Make your web whatsapp work friendly",
    "homepage_url": "https:\/\/github.com\/alek5k",
    "icons": {
        "16": "icons\/icons16.png",
        "48": "icons\/icons48.png",
        "128": "icons\/icons128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "options_page": "src\/options\/index.html",
    "page_action": {
        "default_icon": "icons\/icons19.png",
        "default_title": "WheresApp",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "permissions": [
        "https:\/\/web.whatsapp.com\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}