Ali Express Content Scrapper

Scrapping content of websites

Ali Express Content Scrapperとは何ですか?

Ali Express Content ScrapperはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Scrapping content of websites」です。

拡張機能のスクリーンショット

screenshot

Ali Express Content Scrapper拡張機能のCRXファイルをダウンロード

Ali Express Content Scrapper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This is AliExpress products scraper.
You need to install related scraper installer on your machine.
Output file will be generated on your desktop inside "AliExpress Data Files"                    

拡張機能の基本情報

名前 Ali Express Content Scrapper Ali Express Content Scrapper
ID emieicecjgepgnmegendmlhhphoofcdc
公式URL https://chromewebstore.google.com/detail/ali-express-content-scrap/emieicecjgepgnmegendmlhhphoofcdc
説明 Scrapping content of websites
ファイルサイズ 418 KB
インストール数 280
現在のバージョン 2.2
最終更新日 2019-02-01
公開日 2019-02-01
評価 4.50/5 合計 2 レビュー
開発者 Unknown
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ali Express Content Scrapper",
    "description": "Scrapping content of websites",
    "version": "2.2",
    "permissions": [
        "tabs",
        "nativeMessaging"
    ],
    "background": {
        "scripts": [
            "popup.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "img\/aliexpress.png",
        "default_title": "Scrapping Content:",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}