又拍搬家工具

It is easy to take pictures from other websites and send them to Yupoo. It is an official browser extension provided by Yupoo.

又拍搬家工具คืออะไร?

又拍搬家工具 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://x.yupoo.com และคุณลักษณะหลักของมันคือ "It is easy to take pictures from other websites and send them to Yupoo. It is an official browser extension provided by Yupoo."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 又拍搬家工具

ดาวน์โหลดไฟล์ส่วนขยาย 又拍搬家工具 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        又拍搬家工具是一款快捷收藏、迁移、整理网络图片到又拍帐号下的扩展,使用时只需进入自己的独立网店、图片博客、单个商品详情页面,系统自动将选择内容搬家到又拍图片管家,并且生成全新的图片外链地址和优秀的图片网站展示。                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 又拍搬家工具 又拍搬家工具
ID icfjdnpipadcgbglphhojajmihnakpnp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/%E5%8F%88%E6%8B%8D%E6%90%AC%E5%AE%B6%E5%B7%A5%E5%85%B7/icfjdnpipadcgbglphhojajmihnakpnp
คำอธิบาย It is easy to take pictures from other websites and send them to Yupoo. It is an official browser extension provided by Yupoo.
ขนาดไฟล์ 80.53 KB
จำนวนการติดตั้ง 2,046
เวอร์ชันปัจจุบัน 3.0.10
อัปเดตครั้งล่าสุด 2023-04-20
วันที่เผยแพร่ 2018-07-02
คะแนน 4.83/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://x.yupoo.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://x.yupoo.com
URL หน้าช่วยเหลือ https://x.yupoo.com/help
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u53c8\u62cd\u642c\u5bb6\u5de5\u5177",
    "short_name": "__MSG_1__",
    "description": "__MSG_3__",
    "default_locale": "en",
    "homepage_url": "https:\/\/x.yupoo.com",
    "minimum_chrome_version": "89.0.0",
    "icons": {
        "96": "images\/[email protected]",
        "128": "images\/[email protected]"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "browser_style": true,
        "default_icon": {
            "48": "images\/[email protected]",
            "96": "images\/[email protected]"
        },
        "default_title": "Yupoo"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "scripting",
        "storage",
        "webRequest",
        "declarativeNetRequest",
        "contextMenus",
        "tabs",
        "notifications"
    ],
    "host_permissions": [
        ""
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "version": "3.0.10"
}