Anywish | Wishlists and online gift lists

Instantly add gift ideas to your Anywish wishlists, from any online store you're visiting.

Anywish | Wishlists and online gift lists क्या है?

Anywish | Wishlists and online gift lists https://anywish.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Instantly add gift ideas to your Anywish wishlists, from any online store you're visiting."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Click the Anywish extension button or right-click on an image, link, or selected text then select "Add to Anywish..." to add items to your wishlists.

Your gift ideas are stored safely on your Anywish account. Visit anywish.app from any device to organize your wishlists and share them. 

Your friends and family won't need to download anything or even open an account to see your list.

Add the Anywish extension now and say goodbye to terrible gifts.                    

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

नाम Anywish | Wishlists and online gift lists Anywish | Wishlists and online gift lists
ID llndhaljdlfpibaoneimjijoapkalckm
आधिकारिक URL https://chromewebstore.google.com/detail/anywish-wishlists-and-onl/llndhaljdlfpibaoneimjijoapkalckm
विवरण Instantly add gift ideas to your Anywish wishlists, from any online store you're visiting.
फ़ाइल का आकार 10.42 MB
स्थापना संख्या 89
वर्तमान संस्करण 2.0.3
अंतिम अपडेट 2022-11-01
प्रकाशन तिथि 2021-04-02
डेवलपर https://anywish.app
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://anywish.app
गोपनीयता नीति पृष्ठ URL https://anywish.app/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "short_name": "__MSG_productName__",
    "author": "__MSG_productName__",
    "version": "2.0.3",
    "description": "__MSG_extensionDescription__",
    "homepage_url": "https:\/\/anywish.app",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "contextMenus",
        "identity",
        "storage",
        "https:\/\/*.anywish.app\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' blob:; object-src 'self';",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "__MSG_addItem__",
        "default_icon": {
            "16": "icons\/32.png",
            "32": "icons\/64.png",
            "48": "icons\/96.png",
            "64": "icons\/128.png",
            "128": "icons\/256.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content-scripts.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "chunk.*.js",
        "videos\/*.mp4"
    ],
    "options_ui": {
        "page": "options.html"
    },
    "icons": {
        "16": "icons\/32.png",
        "32": "icons\/64.png",
        "48": "icons\/96.png",
        "64": "icons\/128.png",
        "128": "icons\/256.png"
    },
    "manifest_version": 2
}