Spidy

Spidy Extension: Crawl and Earn!

什么是Spidy?

Spidy是由Spidy - crawl and Earn开发的Chrome扩展程序,该扩展的主要功能是“Spidy Extension: Crawl and Earn!”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Spidy扩展crx文件

下载Spidy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Spidy is a first-of-its-kind app that returns money for sharing a part of your unused internet data from your data plan. Spidy uses this data to find out useful information on the web. And in return, you earn spidy tokens that you can convert to currency and withdraw to your bank. In short, Spidy crawls the web with your help, and helps you monetarily in return.

So go ahead, figure out how much data usually goes unused everyday and set up a session to let Spidy do its job.

App Features:

- Make money per session and withdraw to bank anytime you like.
- Share only the excessive internet data
- Earn money by running sessions in the background.
- Customise sessions as convenient

Spidy lets you choose how long a session lasts and how much unused internet data you want to share during the session.

Install Spidy today and earn on-the-go.                    

扩展基本信息

名称 Spidy Spidy
ID fphkpiokdfadmkpmcccjonilkmccjchi
官方URL https://chromewebstore.google.com/detail/spidy/fphkpiokdfadmkpmcccjonilkmccjchi
简介 Spidy Extension: Crawl and Earn!
文件大小 806 KB
安装次数 335
当前版本 1.1.0
更新时间 2022-01-07
上架时间 2020-07-01
评分 3.98/5 共52次评分
开发者 Spidy - crawl and Earn
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://compare.buyhatke.com/Privacy-spidy-buyhatke.pdf
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Spidy",
    "version": "1.1.0",
    "description": "Spidy Extension: Crawl and Earn!",
    "manifest_version": 2,
    "minimum_chrome_version": "6",
    "options_page": "options.html",
    "background": {
        "scripts": [
            ".\/js\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "img\/icon_white_16x16.png",
        "24": "img\/icon_white_24x24.png",
        "32": "img\/icon_white_32x32.png",
        "48": "img\/icon_white_48x48.png",
        "64": "img\/icon_white_64x64.png",
        "128": "img\/icon_white_128x128.png"
    },
    "permissions": [
        "storage",
        "cookies",
        ""
    ],
    "browser_action": {
        "default_title": "Crawl and Earn"
    },
    "web_accessible_resources": [
        "options.html"
    ]
}