HelloWoofy.com Chrome Extension

Add or schedule content plus autocomplete entire posts anywhere on the internet. Double click words for emojis. Free!

HelloWoofy.com Chrome Extension क्या है?

HelloWoofy.com Chrome Extension HelloWoofy.com Team द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add or schedule content plus autocomplete entire posts anywhere on the internet. Double click words for emojis. Free!"।

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

screenshot
screenshot
screenshot

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

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

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

                        👋 Welcome to the HelloWoofy.com Google Chrome extension. Here, you can use the powerful technology to add content from anywhere on the internet (ie articles) or schedule posts directly from the page you're itself. We make it simple. You can also use the built in autocomplete feature to type entire blog posts, social media posts, notes, emails and more and double click to swap out words for relevant emojis. Check your settings to see more. 🎉

👉 Visit HelloWoofy.com for more information. If you need any help at all, feel free to email, [email protected] or schedule a free demo via your home tab inside the HelloWoofy.com account under, “Need a Paw?”. ✔️                    

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

नाम HelloWoofy.com Chrome Extension HelloWoofy.com Chrome Extension
ID ngkckoececbjandmkgdcedfkgdbaomfl
आधिकारिक URL https://chromewebstore.google.com/detail/hellowoofycom-chrome-exte/ngkckoececbjandmkgdcedfkgdbaomfl
विवरण Add or schedule content plus autocomplete entire posts anywhere on the internet. Double click words for emojis. Free!
फ़ाइल का आकार 115 KB
स्थापना संख्या 2,203
वर्तमान संस्करण 4.0.9
अंतिम अपडेट 2022-01-11
प्रकाशन तिथि 2020-06-23
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर HelloWoofy.com Team
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://HelloWoofy.com
सहायता पृष्ठ URL https://HelloWoofy.com
गोपनीयता नीति पृष्ठ URL https://www.hellowoofy.com/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HelloWoofy.com Chrome Extension",
    "description": "Add or schedule content plus autocomplete entire posts anywhere on the internet. Double click words for emojis. Free!",
    "version": "4.0.9",
    "icons": {
        "16": "images\/woofy_16.png",
        "32": "images\/woofy_32.png",
        "48": "images\/woofy_48.png",
        "64": "images\/woofy_64.png",
        "128": "images\/woofy_128.png"
    },
    "options_page": "options\/options.html",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "css": [
                "css\/main.css"
            ],
            "match_about_blank": true,
            "all_frames": true,
            "js": [
                "js\/lib\/jquery-3.4.1.slim.min.js",
                "js\/end.js",
                "js\/textareaCaretPosition.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdn.jsdelivr.net\/npm\/[email protected]\/lib\/p5.min.js 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "tabs",
        "storage",
        "clipboardRead",
        "clipboardWrite"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/woofy_16.png",
            "32": "images\/woofy_32.png",
            "48": "images\/woofy_48.png",
            "64": "images\/woofy_64.png",
            "128": "images\/woofy_128.png"
        },
        "default_title": "Woofy",
        "default_popup": "popup\/popup.html"
    },
    "web_accessible_resources": [
        "images\/woofy_32.png",
        "assets\/Open_Sans\/*"
    ]
}