FishBarrel
FishBarrel - a quackery reporting tool
什麼是FishBarrel?
FishBarrel是由https://www.xibis.com開發的Chrome擴展程式,該擴展的主要功能是“FishBarrel - a quackery reporting tool”。
擴展截圖
下載FishBarrel擴展crx文件
下載FishBarrel擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | anacdmlkdpleidkhaenamooegbidibfg |
官方網址 | 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" ] } |