W3Rated Website Ranking & Credibility Tool

Website Ranking and Content Quality Measurement Tool.

What is W3Rated Website Ranking & Credibility Tool?

W3Rated Website Ranking & Credibility Tool is a Chrome extension developed by https://w3rated.com, and its main feature is "Website Ranking and Content Quality Measurement Tool.".

Extension Screenshots

screenshot
screenshot
screenshot

Download W3Rated Website Ranking & Credibility Tool Extension CRX File

Download W3Rated Website Ranking & Credibility Tool 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

                        Web is full with high-quality content and media. Having a qualitative measure on what is good content and what is not before even you start browsing a website is crucial. Here is where W3Rated comes into play. 

W3Rated is a website ranking and online content quality measurement service that incorporates hundreds of thousands data points provided as feedback from thrusted and verifed users like you all over the world. We use cognitive technologies in order to analyze and come up with the best accurate credibility matrix for each website. A unique holistic score calculated out of six dimensions for each website which will be guiding you thoughtout your browsing experience.

________________________________________________________________
By clicking "Install", you agree to W3Rated Privacy Notice and Terms of Use:
https://www.w3rated.com/Privacy                    

Extension Basic Information

Name W3Rated Website Ranking & Credibility Tool W3Rated Website Ranking & Credibility Tool
ID aeijmmnnkdhboafjnffkoihoceafbecm
Official URL https://chromewebstore.google.com/detail/w3rated-website-ranking-c/aeijmmnnkdhboafjnffkoihoceafbecm
Description Website Ranking and Content Quality Measurement Tool.
File Size 283 KB
Installation Count 22
Current Version 0.0.2
Last Updated 2020-01-11
Publish Date 2020-01-11
Rating 5.00/5 Total 2 Ratings
Developer https://w3rated.com
Email [email protected]
Payment Type free
Extension Website https://www.w3rated.com
Privacy Policy Page URL https://w3rated.com/Privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "W3Rated Website Ranking & Credibility Tool",
    "short_name": "W3Rated",
    "version": "0.0.2",
    "description": "Website Ranking and Content Quality Measurement Tool.",
    "permissions": [
        "activeTab",
        "tabs",
        "declarativeContent",
        "*:\/\/w3rated.com\/*"
    ],
    "icons": {
        "16": "icons\/active-16.png",
        "48": "icons\/active-48.png",
        "128": "icons\/active-128.png"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_page_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+R",
                "mac": "MacCtrl+Shift+R"
            },
            "description": "Launches W3Rated Plugin"
        }
    },
    "manifest_version": 2
}