Valurank

Valurank evaluates each webpage and gives you a summary of scores that you can use to decide whether it's worth spending time on.

Valurank क्या है?

Valurank https://valurank.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Valurank evaluates each webpage and gives you a summary of scores that you can use to decide whether it's worth spending time on."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Valurank एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Valurank uses AI algorithms to detect all the telltale signs of clickbait, eye-catchers, link-farms, intentional disinformation, and plain ol’ junk. 

Our models are open to the public and we have no partisan or hidden agenda - our only goals are to save your time and to raise the level of our public discourse. We want media outlets on both the left and the right to start following basic journalistic norms again.

We present our scores the same way packaged foods show you their nutrition labels - to help you make an informed decision before you consume it.

To run a Valurank report, download this extension, navigate to any page, and simply click on the Valurank icon to the right of your browser's address bar.

Alternatively, join us at https://otherweb.com/ where all the junk has been filtered out and all articles have nutrition labels already!                    

एक्सटेंशन की मूल जानकारी

नाम Valurank Valurank
ID kkhcmgnlodakongllknldloammpmbpeg
आधिकारिक URL https://chromewebstore.google.com/detail/valurank/kkhcmgnlodakongllknldloammpmbpeg
विवरण Valurank evaluates each webpage and gives you a summary of scores that you can use to decide whether it's worth spending time on.
फ़ाइल का आकार 97.19 KB
स्थापना संख्या 60
वर्तमान संस्करण 0.10.0
अंतिम अपडेट 2023-08-17
प्रकाशन तिथि 2022-02-12
रेटिंग 4.56/5 कुल 9 रेटिंग्स
डेवलपर https://valurank.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://otherweb.com/
गोपनीयता नीति पृष्ठ URL https://otherweb.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Valurank",
    "short_name": "Valurank",
    "description": "Valurank evaluates each webpage and gives you a summary of scores that you can use to decide whether it's worth spending time on.",
    "author": "Valurank Corp",
    "version": "0.10.0",
    "browser_action": {
        "default_title": "Valurank",
        "default_popup": "popup.html",
        "default_icon": {
            "16": ".\/static\/logo\/16.png",
            "32": ".\/static\/logo\/32.png",
            "48": ".\/static\/logo\/48.png",
            "128": ".\/static\/logo\/128.png"
        }
    },
    "icons": {
        "16": ".\/static\/logo\/16.png",
        "32": ".\/static\/logo\/32.png",
        "48": ".\/static\/logo\/48.png",
        "128": ".\/static\/logo\/128.png"
    },
    "content_scripts": [
        {
            "js": [
                "page-content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "content_security_policy": "default-src 'self'; script-src-elem 'self' https:\/\/*.gosquared.com; style-src 'self' 'unsafe-inline' https:\/\/fonts.googleapis.com; connect-src https:\/\/api.valurank.com; font-src 'self' https:\/\/fonts.googleapis.com https:\/\/fonts.gstatic.com;",
    "offline_enabled": false,
    "minimum_chrome_version": "88"
}