FishBarrel

FishBarrel - a quackery reporting tool

FishBarrel란 무엇입니까?

FishBarrel은(는) https://www.xibis.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "FishBarrel - a quackery reporting tool"입니다.

확장 프로그램 스크린샷

FishBarrel 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}