Pokemon Go Release Notifier
Be the first one to know when Pokemon Go is released in your country
什麼是Pokemon Go Release Notifier?
Pokemon Go Release Notifier是由Random開發的Chrome擴展程式,該擴展的主要功能是“Be the first one to know when Pokemon Go is released in your country”。
擴展截圖
下載Pokemon Go Release Notifier擴展crx文件
下載Pokemon Go Release Notifier擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Little extension that checks and notifies if Pokemon Go is released in a country every minute
擴展基本資訊
名稱 | Pokemon Go Release Notifier |
ID | kmecpmhgimonikjmfoonpcdmfnbekgcl |
官方網址 | https://chromewebstore.google.com/detail/pokemon-go-release-notifi/kmecpmhgimonikjmfoonpcdmfnbekgcl |
簡介 | Be the first one to know when Pokemon Go is released in your country |
檔案大小 | 63.13 KB |
安裝次數 | 240 |
目前版本 | 1.1.0 |
更新時間 | 2016-07-21 |
上架時間 | 2016-07-21 |
評分 | 2.33/5 共 3 次評分 |
開發者 | Random |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pokemon Go Release Notifier", "description": "Be the first one to know when Pokemon Go is released in your country", "version": "1.1.0", "icons": { "128": "Good.png" }, "options_page": "options.html", "browser_action": { "default_icon": "Neutral.png", "default_popup": "options.html" }, "background": { "persistent": true, "scripts": [ "background.js" ] }, "permissions": [ "notifications", "storage" ], "manifest_version": 2 } |