FishBarrel

FishBarrel - a quackery reporting tool

FishBarrel क्या है?

FishBarrel https://www.xibis.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "FishBarrel - a quackery reporting tool"।

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

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

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

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

                        With thousands of misleading health claims on the web and a report to the ASA taking around ten minutes, you likely come across misleading claims all the time but do nothing about them.

FishBarrel is a plugin for Google Chrome that manages the process of making a complaint to a relevant authority so that it takes just a few seconds.

FishBarrel also tracks all text complained about in a central database. When you turn on FishBarrel, any text complained about by other users is automatically highlighted. This helps you avoid time by submitting duplicate complaints.

Finally, FishBarrel can automatically revisit the websites later and check if the claims have been removed.

Watch the demo (full-screen is best), then download it for free below.                    

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

नाम FishBarrel FishBarrel
ID anacdmlkdpleidkhaenamooegbidibfg
आधिकारिक URL https://chromewebstore.google.com/detail/fishbarrel/anacdmlkdpleidkhaenamooegbidibfg
विवरण FishBarrel - a quackery reporting tool
फ़ाइल का आकार 129 KB
स्थापना संख्या 114
वर्तमान संस्करण 2.1.24
अंतिम अपडेट 2022-02-14
प्रकाशन तिथि 2019-06-11
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर https://www.xibis.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-GB
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "authorities.js",
            "include.js",
            "encoder.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "injectStyle.css"
            ],
            "js": [
                "authorities.js",
                "inject.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "FishBarrel - a quackery reporting tool",
    "manifest_version": 2,
    "name": "FishBarrel",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications",
        "activeTab"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1.24",
    "web_accessible_resources": [
        "duck.png"
    ]
}