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開發的Chrome擴展程式,該擴展的主要功能是“Add or schedule content plus autocomplete entire posts anywhere on the internet. Double click words for emojis. Free!”。

擴展截圖

screenshot
screenshot
screenshot

下載HelloWoofy.com Chrome Extension擴展crx文件

下載HelloWoofy.com Chrome Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        👋 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
官方網址 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\/*"
    ]
}