Awesome Chat plus Downloader

Awesome Chat Instagram and Facebook plus Picture Downloader

Awesome Chat plus Downloader là gì?

Awesome Chat plus Downloader là một tiện ích mở rộng Chrome được phát triển bởi https://www.hudektech.com/projects/awesomechat, và tính năng chính của nó là "Awesome Chat Instagram and Facebook plus Picture Downloader".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Awesome Chat plus Downloader

Tải xuống các tệp mở rộng Awesome Chat plus Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Awesome Chat plus Downloader

1. Instagram Direct Messaging on Computer
2. Instagram Picture Upload from Computer
3. Drag and Drop to customize Instagram Chat background using Photos from Instagram, Facebook, Pinterest, and other web sites
4. Drag and drop to customer Facebook Chat background using Photos from Instagram, Facebook, Pinterest and other web sites
5. One click to download Picture Collection photos from Instagram, Facebook, Pinterests and other web sites
6. Export/Import picture collection to share with Friends

This extension is NOT affiliated in any way with Instagram, Facebook, Twitter, Google, Pinterest or any other social media site.

This extension is "as-is".

Disclaimer of Warranty. HUDEK TECH, THE CREATOR OF THIS EXTENSION, MAKES NO REPRESENTATIONS AND GRANTS NO WARRANTIES, EXPRESS OR IMPLIED, EITHER IN FACT OR BY OPERATION OF LAW, BY STATUTE OR OTHERWISE, AND  HUDEK TECH SPECIFICALLY DISCLAIMS ANY OTHER WARRANTIES, WHETHER WRITTEN OR ORAL, OR EXPRESS OR IMPLIED, INCLUDING ANY WARRANTY OF QUALITY, MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE OR PURPOSE OR ANY WARRANTY AS TO THE VALIDITY OF ANY PATENTS OR THE NON-INFRINGEMENT OF ANY INTELLECTUAL PROPERTY RIGHTS OF THIRD PARTIES.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Awesome Chat plus Downloader Awesome Chat plus Downloader
ID dndikmcagjieelpdppgfibdlkbhaclic
URL Chính Thức https://chromewebstore.google.com/detail/awesome-chat-plus-downloa/dndikmcagjieelpdppgfibdlkbhaclic
Mô tả Awesome Chat Instagram and Facebook plus Picture Downloader
Kích Thước Tệp 598 KB
Số Lần Cài Đặt 267
Phiên Bản Hiện Tại 0.0.0.27
Cập Nhật Lần Cuối 2020-01-27
Ngày Phát Hành 2020-01-26
Nhà Phát Triển https://www.hudektech.com/projects/awesomechat
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://hudektech.com/projects/awesomechat
URL Trang Chính Sách Bảo Mật https://hudektech.com/projects/breakout
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Awesome Chat plus Downloader",
    "short_name": "Awesome Chat Instagram and Facebook plus Picture Downloader",
    "version": "0.0.0.27",
    "description": "Awesome Chat Instagram and Facebook plus Picture Downloader",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Awesome Chat",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background\/background.html"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*",
                "https:\/\/www.facebook.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "js\/jquery.js",
                "js\/jsCommon.js",
                "background\/chatConfig.js",
                "content\/chatContent.js"
            ],
            "css": [
                "css\/popup.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/*.*"
    ],
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "notifications",
        "downloads",
        "https:\/\/www.instagram.com\/*",
        "https:\/\/www.facebook.com\/*",
        "webRequest",
        "webRequestBlocking"
    ]
}