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
官方網址 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"
    ]
}