Website Reviews and Statistics - Statvoo.com
Website Reviews and Statistics by Statvoo.com
什麼是Website Reviews and Statistics - Statvoo.com?
Website Reviews and Statistics - Statvoo.com是由https://statvoo.com開發的Chrome擴展程式,該擴展的主要功能是“Website Reviews and Statistics by Statvoo.com”。
擴展截圖
下載Website Reviews and Statistics - Statvoo.com擴展crx文件
下載Website Reviews and Statistics - Statvoo.com擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Learn everything about all websites on Statvoo.com
Including:
Website Worth, Daily Income, Traffic Details, Hosting Information, Domain Ownership, SEO Reports and Real Customer Reviews 擴展基本資訊
| 名稱 | |
| ID | fpgmelbdpbnlnhmgjiialmclenaiaadm |
| 官方網址 | https://chromewebstore.google.com/detail/website-reviews-and-stati/fpgmelbdpbnlnhmgjiialmclenaiaadm |
| 簡介 | Website Reviews and Statistics by Statvoo.com |
| 檔案大小 | 45.83 KB |
| 安裝次數 | 35 |
| 目前版本 | 8.0 |
| 更新時間 | 2020-07-15 |
| 上架時間 | 2017-05-11 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | https://statvoo.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://statvoo.com |
| 說明頁面URL | https://statvoo.com/page/contact |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Website Reviews and Statistics - Statvoo.com",
"description": "Website Reviews and Statistics by Statvoo.com",
"version": "8.0",
"icons": {
"19": "icon19.png",
"38": "icon38.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"page_action": {
"default_name": "Statvoo",
"default_icon": "icon19.png",
"default_popup": "popup.html"
},
"permissions": [
"tabs",
"https:\/\/statvoo.com\/*"
]
} | |