AliExpress Video Finder

This tool find AliExpress products that have videos with 1-click!

AliExpress Video Finder란 무엇입니까?

AliExpress Video Finder은(는) E-Media에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This tool find AliExpress products that have videos with 1-click!"입니다.

확장 프로그램 스크린샷

screenshot

AliExpress Video Finder 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        [FEATURES]
- Video Identifications

[HOW TO USE?]
1. Browser action icon (to the right of the address bar) turn on "Enable Video Identifications".
2. Go to the category/search page on AliExpress.com
3. Mouse scroll down slowly, the tool will display the status icon looking for video.

Super easy to use! If you have any problems, issues, or questions, feel free to contact us at [email protected] ! Enjoy!                    

확장 프로그램 기본 정보

이름 AliExpress Video Finder AliExpress Video Finder
ID ploehphknlmjhdfmcpeldknpgclomgpn
공식 URL https://chromewebstore.google.com/detail/aliexpress-video-finder/ploehphknlmjhdfmcpeldknpgclomgpn
설명 This tool find AliExpress products that have videos with 1-click!
파일 크기 200 KB
설치 횟수 1,864
현재 버전 1.0.8
최근 업데이트 2023-10-17
출시 날짜 2022-03-05
평점 4.00/5 총 4 개의 평점
개발자 E-Media
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://sites.google.com/view/presci-lia-team-policy/policy
개인정보 보호 정책 페이지 URL https://sites.google.com/view/shopee-save/policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AliExpress Video Finder",
    "version": "1.0.8",
    "default_locale": "en",
    "description": "This tool find AliExpress products that have videos with 1-click!",
    "author": "E-Media",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/js\/vendors.js",
                "assets\/js\/content_scripts.js"
            ],
            "css": [
                "assets\/css\/app.css"
            ]
        }
    ],
    "action": {
        "default_title": "AliExpress Video Finder",
        "default_popup": "index.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png"
        }
    },
    "background": {
        "service_worker": "assets\/js\/background.js"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "webRequest",
        "storage",
        "downloads"
    ],
    "host_permissions": [
        ""
    ]
}