$heriff_v2
$heriff - The price discrimination (PD) add-on.
$heriff_v2란 무엇입니까?
$heriff_v2은(는) https://sheriff-v2.dynu.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "$heriff - The price discrimination (PD) add-on."입니다.
확장 프로그램 스크린샷
$heriff_v2 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Before you install: 1. $heriff is not intended for user under the age of 13. 2. From version 0.1.1 and later, the tool is also fetching product prices from other $heriff users within the same country using the webRTC protocol. $heriff is an experimental service that allows to search for traces of price discrimination in the Internet. We want to see whether e-retailers vary their prices dynamically based on the information that they can collect online for the potential customer (such as her location, browser/OS, incoming link, navigation history, etc.). We encourage the users to enable cookie and browser history donation from the options menu. By default the add-on is not collecting any information from the user's browser. When donation is enable we collect only cookies from the selected website (and third party domains) that the request is send. We don't collect any session cookies or personal data. For more details and news please visit our website: http://sheriff-v2.dynu.net
확장 프로그램 기본 정보
이름 | $heriff_v2 |
ID | emobhicogmenmngifjhjbfliohhjijjl |
공식 URL | https://chromewebstore.google.com/detail/heriffv2/emobhicogmenmngifjhjbfliohhjijjl |
설명 | $heriff - The price discrimination (PD) add-on. |
파일 크기 | 409 KB |
설치 횟수 | 117 |
현재 버전 | 0.1.10 |
최근 업데이트 | 2018-04-27 |
출시 날짜 | 2018-04-27 |
평점 | 4.00/5 총 3 개의 평점 |
개발자 | https://sheriff-v2.dynu.net |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | http://sheriff-v2.dynu.net |
개인정보 보호 정책 페이지 URL | http://sheriff-v2.dynu.net/views/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "0.1.10", "default_locale": "en", "browser_action": { "default_icon": "icons\/sheriffLarge.png", "default_popup": "src\/browser_action\/popup.html" }, "background": { "scripts": [ "src\/page_action\/jquery.js", "src\/bg\/peer.js", "src\/bg\/biginteger.js", "src\/bg\/ElGamal.js", "src\/page_action\/support.js", "src\/bg\/peerHandler.js", "src\/bg\/sanbox.js", "src\/bg\/blacklist.js", "src\/bg\/background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "src\/page_action\/jquery.js", "src\/page_action\/support.js", "src\/page_action\/inject.js" ] } ], "icons": { "64": "icons\/sheriffLarge.png" }, "permissions": [ "activeTab", "notifications", "tabs", "storage", "history", "*:\/\/*\/*", "cookies", "webNavigation", "contextMenus" ] } |