MEOWSING

The more you move the mouse cursor, the more cats gather from beyond the window.

MEOWSING क्या है?

MEOWSING MONYA द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The more you move the mouse cursor, the more cats gather from beyond the window."।

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        We Love Cats!

MEOWSING was born because we just love cats!

Watch as cats come running to your screen when you move your mouse.
MEOWSING is a fun browser tool that makes surfing the web with cats a quirky and enjoyable experience.

Enjoy browsing with cats!

――――――――――――――
Supported Browsers:
Chrome / Edge / Brave / Vivaldi etc.
――――――――――――――
SE:Pocket Sound – https://pocket-se.info/                    

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

नाम MEOWSING MEOWSING
ID bbfbeaopdnagijhehlhajpjnfghdhohm
आधिकारिक URL https://chromewebstore.google.com/detail/meowsing/bbfbeaopdnagijhehlhajpjnfghdhohm
विवरण The more you move the mouse cursor, the more cats gather from beyond the window.
फ़ाइल का आकार 129 MB
स्थापना संख्या 61,472
वर्तमान संस्करण 1.4.3
अंतिम अपडेट 2024-03-04
प्रकाशन तिथि 2023-12-29
रेटिंग 4.28/5 कुल 75 रेटिंग्स
डेवलपर MONYA
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://monyaizumi.com/cat-surfing/
सहायता पृष्ठ URL https://monyaizumi.stores.jp/inquiry
गोपनीयता नीति पृष्ठ URL https://monyaizumi.stores.jp/privacy_policy
समर्थित भाषाएँ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_manifest_AppTitle__",
    "description": "__MSG_manifest_AppDescription__",
    "version": "1.4.3",
    "default_locale": "en",
    "icons": {
        "16": "resources\/icons\/icon_16.png",
        "48": "resources\/icons\/icon_48.png",
        "128": "resources\/icons\/icon_128.png"
    },
    "options_ui": {
        "page": "options.html"
    },
    "action": {
        "default_icon": {
            "16": "resources\/icons\/icon_16.png",
            "48": "resources\/icons\/icon_48.png",
            "128": "resources\/icons\/icon_128.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "identity"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "resources\/*.gif",
                "resources\/*.mp3"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "oauth2": {
        "client_id": "458514378880-egbeoso5bpoev0s33sdk523h1eqoetiv.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoQf9wN3cekPIkizvDsYW2cJYfR\/\/MVFZsAYh6ovu9DCFmNlceI3F8\/uNJ8J\/NGrVC3T+00s0zeLCe6FEp3hJpcHyVVFXH+QbfUXSSVlRDOfajlA5Vi2dIPbxZwUbxPhJyu6KzZI0dDZ30Pw0GJI+6IDBnGPPFkkEUNLmTVZ2i+fw8WBdc1BMtT0LzlR\/xzo1QDYoBzDMnJ0LsYET0TdE+4Fb96mCd1QdzWsbguGtpsReLj95PDYXBev\/AHezxPAZkDPdzwMoNfyPfcfld4OoOlpQBBrjLGtBh2gOlyCDfu9WdH5YLqrMxQ6XYzEw\/MP3OwrmJqGX0kFVtDNF9f6N4QIDAQAB"
}