Extension Auditor
Assess risk levels of installed browser extensions
Extension Auditor란 무엇입니까?
Extension Auditor은(는) https://lsdsoftware.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Assess risk levels of installed browser extensions"입니다.
확장 프로그램 스크린샷
Extension Auditor 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Because they're so hard to monetize, browser extensions have become major targets of exploitation by dodgy marketing firms, who pay developers to insert hidden code that collects data, injects ads, or even use the user's computing resources without authorization. Quite often, these firms would buy out the extensions and completely subvert it for their nefarious purpose. In order for an extension to inject code on arbitrary websites, it must request this specific permission: "Read and change all your data on the websites you visit". Many extensions request this permission out of convenience, when it is not necessary for their operation. The Extension Auditor addon will list all the extensions you currently have installed that had requested this permission, giving you a quick overview of your risk profile. It also links to discussion forums where knowledge can be shared about other risk factors such as developer reputation and ownership changes. Occasionally, an extension will "go rogue". It is our hope that through the discussion forum, we can identify these instances and warn the users through the Auditor extension. This extension is open-source. To contribute please visit https://github.com/ken107/extension-auditor.
확장 프로그램 기본 정보
이름 | Extension Auditor |
ID | gjfdlpdedlbiokokikmhjcelbkaljbep |
공식 URL | https://chromewebstore.google.com/detail/extension-auditor/gjfdlpdedlbiokokikmhjcelbkaljbep |
설명 | Assess risk levels of installed browser extensions |
파일 크기 | 27.93 KB |
설치 횟수 | 241 |
현재 버전 | 2.0.1 |
최근 업데이트 | 2023-12-06 |
출시 날짜 | 2021-03-12 |
평점 | 4.00/5 총 3 개의 평점 |
개발자 | https://lsdsoftware.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://readaloud.app/privacy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extension_name__", "short_name": "__MSG_extension_short_name__", "description": "__MSG_extension_description__", "version": "2.0.1", "default_locale": "en", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtF2TcPd9H4wNtJ3ybIIWEu5ygXzFwzeY39e4epvXegRBVELnEBqYZVbj2BYuiXeev\/QkerVVDxQX8A3V6UbK4UaQqWPBN3Sq3H9jNd0zohm4z1QhiIeEVvyRAGX8eEwgr2wEJTatfCTu8yDv+3wIGOPD5LaUIc+RB1VggGNEPZmrLgklFrj3jzph+kLfGX3ujSenMGjMYcQkZYicHeQk\/MZyxpDVbaJj7IvMNOlmSbsY3QrWm63EcCbSsCbct0mofaWb3cFkgh5HsCoBPEGXkEvQFUOYW1GCvNJQwODInyh9WC\/5zlJ2H15nWdsN3EWXqcqQxZYmGcGQ4m7CucXBbQIDAQAB", "action": { "default_icon": "img\/icon.png", "default_popup": "sandbox.html?url=popup.html%3Fpopup=true" }, "icons": { "128": "img\/icon.png" }, "permissions": [ "management" ], "sandbox": { "pages": [ "popup.html", "audit.html" ] } } |