What's site like?
It is a Chrome extension that you can check what kind of page you are viewing now, how much attention is being paid, and about…
What is What's site like??
What's site like? is a Chrome extension developed by shoito, and its main feature is "It is a Chrome extension that you can check what kind of page you are viewing now, how much attention is being paid, and about…".
Extension Screenshots
Download What's site like? Extension CRX File
Download What's site like? extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
It is a Chrome extension that you can check what kind of page you are viewing now, how much attention is being paid, and about which server it is published.
Extension Basic Information
Name | What's site like? |
ID | gobblgkhcepkppogappdcbpegelmfjbk |
Official URL | https://chromewebstore.google.com/detail/whats-site-like/gobblgkhcepkppogappdcbpegelmfjbk |
Description | It is a Chrome extension that you can check what kind of page you are viewing now, how much attention is being paid, and about… |
File Size | 227 KB |
Installation Count | 29 |
Current Version | 1.0.0 |
Last Updated | 2019-02-01 |
Publish Date | 2019-01-31 |
Developer | shoito |
[email protected] | |
Payment Type | free |
Supported Languages | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0.0", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "persistent": false, "scripts": [ "scripts\/background.js" ] }, "page_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "__MSG_appName__", "default_popup": "popup.html" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": "script-src 'self' https:\/\/dev.virtualearth.net https:\/\/ecn.dev.virtualearth.net; object-src 'self'" } |