Page rank 2

The chrome extension to detect page rank.

What is Page rank 2?

Page rank 2 is a Chrome extension developed by ivanso, and its main feature is "The chrome extension to detect page rank.".

Extension Screenshots

screenshot

Download Page rank 2 Extension CRX File

Download Page rank 2 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

                        Page rank 2 is a FREE Google chrome extension to show the open page rank data and website world ranking to make users simpler to understand which site has higher page rank (a.k.a authority).                    

Extension Basic Information

Name Page rank 2 Page rank 2
ID dlopddkpfiahffonhnfjepecckiogele
Official URL https://chromewebstore.google.com/detail/page-rank-2/dlopddkpfiahffonhnfjepecckiogele
Description The chrome extension to detect page rank.
File Size 96.75 KB
Installation Count 274
Current Version 1.0.0
Last Updated 2022-10-13
Publish Date 2022-10-12
Rating 5.00/5 Total 2 Ratings
Developer ivanso
Email [email protected]
Payment Type free
Extension Website https://pageranktwo.com/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Page rank 2",
    "version": "1.0.0",
    "description": "The chrome extension to detect page rank.",
    "manifest_version": 3,
    "author": "Ivan so",
    "background": {
        "service_worker": "\/background.js"
    },
    "action": {
        "default_title": "Page Rank Two",
        "default_popup": "index.html",
        "default_icon": {
            "16": "logo.png",
            "24": "logo.png",
            "32": "logo.png"
        }
    },
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/openpagerank.com\/*"
    ]
}