WatcherSpy

Get updated whenever your favorite influencers publish content on their Blog, Youtube, Facebook, Twitter, or Pinterest

什么是WatcherSpy?

WatcherSpy是由https://watcherspy.com开发的Chrome扩展程序,该扩展的主要功能是“Get updated whenever your favorite influencers publish content on their Blog, Youtube, Facebook, Twitter, or Pinterest”。

扩展截图

screenshot

下载WatcherSpy扩展crx文件

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

扩展使用说明

                        Always be updated whenever your favorite influencers publish content on their Blog, Youtube, Facebook, Twitter, or Pinterest.  Watcher Spy allows you to create customized activity for the people you follow online.                    

扩展基本信息

名称 WatcherSpy WatcherSpy
ID pkgkopfflikphedfkdlggkapibcbkahb
官方URL https://chromewebstore.google.com/detail/watcherspy/pkgkopfflikphedfkdlggkapibcbkahb
简介 Get updated whenever your favorite influencers publish content on their Blog, Youtube, Facebook, Twitter, or Pinterest
文件大小 1.78 MB
安装次数 58
当前版本 0.0.6
更新时间 2020-10-15
上架时间 2020-10-15
开发者 https://watcherspy.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://watcherspy.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WatcherSpy",
    "version": "0.0.6",
    "manifest_version": 2,
    "description": "Get updated whenever your favorite influencers publish content on their Blog, Youtube, Facebook, Twitter, or Pinterest",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_title": "WatcherSpy",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "depends\/jquery-3.2.1.min.js",
            "depends\/image_data.js",
            "sql_depends\/jsstore.min.js",
            "sql_depends\/jsstore.worker.min.js",
            "db\/db.js",
            "back\/back.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "images\/youtube.png"
    ],
    "permissions": [
        "https:\/\/mobile.twitter.com\/*",
        "https:\/\/www.googleapis.com\/*",
        "https:\/\/www.pinterest.com\/*",
        "https:\/\/www.youtube.com\/*",
        "https:\/\/cdn.syndication.twimg.com\/*",
        "https:\/\/www.facebook.com\/*",
        "",
        "storage",
        "notifications"
    ]
}