Punk consumer
Set of handy tweaks of popular eshops for smart customers who want to get rid of marketing tricks make their own buying decisions
Punk consumer란 무엇입니까?
Punk consumer은(는) http://punkconsumer.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Set of handy tweaks of popular eshops for smart customers who want to get rid of marketing tricks make their own buying decisions"입니다.
확장 프로그램 스크린샷
Punk consumer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Shoping on-line is great. The problem is, that the owners of e-shops try to use every trick to get more of our money than we are prepared to spend. They do promos and discounts, they use prices ending with 999, they say that there's only one item in stock, etc. Well, one day I said: "Enough!" and I wrote a simple script to get rid of the most annoying things. Soon I added more and more features, so that I can shop on-line without being manipulated. - Highlight prices with VAT - Some shops display prices without VAT, because then the goods look cheaper. The problem is, most of the customer have to pay VAT. - Rounding of prices - 199.99 is the same to me as 200, so why let them hack my brain by displaying all the nines? - Simplified "In stock" information - They either have it or they don't. Displaying the number of items in stock can only trigger my sense of urgency. I don't want to be rushed. - Remove specials and discounts - I don't want to buy something I don't need, just because it is on sale. - Remove info about loans - Look, it's always bad to get a loan to buy something. Always. Don't do it. - Remove the in-house banners - Yeah, I get it. You want me to buy more stuff with the highest margin. But no, thank you. - Remove badges - Hot, Top, New... Who cares? It doesn't mean anything, it's just a bling-bling to draw your eyes. - Remove offers of insurance or extended warranty - Some people want it, some people don't. It's up to you. This feature is disabled by default. You can turn all these features off and on in the popup. Adjust your favorite on-line shops to your needs and preferences. Supported stores (mostly Czech, for now): - Alfa.cz (alfacomp.cz) - Alza (alza.cz, alza.sk) - Czech Computer (czc.cz) - Datart (datart.cz) - Kasa (kasa.cz) - Mall (mall.cz) - Marimex (marimex.cz) - Amazon.com (United States), Amazon.co.uk (United Kingdom), Amazon.de (Germany), Amazon.fr (France), Amazon.it (Italy), Amazon.es (Spain), Amazon.ca (Canada), Amazon.co.jp (Japan), Amazon.cn (China) - this extension uses Amazon's affiliate program to earn a few bucks for the future development, it doesn't have any impact on your prices I always add support for more of your favorite on-line shops. If you'd like to see yours in the list, please, let me know at [email protected] Thank you! NOTE ABOUT REQUESTED PERMISSIONS: This addon requests a permission to access all web pages. Without this permission, I would have to ask for additional permissions every time I add support for another e-shop. That would be very annoying. I promise that I don't and won't sniff or modify any other websites than the ones listed above. RECENTLY CHANGED IN THIS VERSION 3.4.0: - New feature - better price recommendation. 3.2.0: - Performance improvements. - Better price formating when rounding. - Removed banners from Alfa.cz. - Better Amazon support. 3.1.0: - Complete rewrite to add support for virtually any e-shop.
확장 프로그램 기본 정보
이름 | |
ID | ebmgejpgpphipjooiopnndkdiciedkdj |
공식 URL | https://chrome.google.com/webstore/detail/punkov%C3%BD-konzument/ebmgejpgpphipjooiopnndkdiciedkdj |
설명 | Set of handy tweaks of popular eshops for smart customers who want to get rid of marketing tricks make their own buying decisions |
파일 크기 | 50.51 KB |
설치 횟수 | 430 |
현재 버전 | 3.5.9.0 |
최근 업데이트 | 2013-11-13 |
출시 날짜 | 2013-11-13 |
평점 | 4.62/5 총 47 개의 평점 |
개발자 | http://punkconsumer.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://punkconsumer.com/ |
지원되는 언어 | en,cs |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "cs", "name": "__MSG_extensionName__", "version": "3.5.9.0", "description": "__MSG_extensionDescription__", "content_scripts": [ { "matches": [ "*:\/\/www.amazon.com\/gp\/buy\/*" ], "js": [ "sites\/amazon\/shipito.js" ] }, { "matches": [ "*:\/\/*.marimex.cz\/*" ], "exclude_matches": [ "*:\/\/*.marimex.cz\/kosik*", "*:\/\/*.marimex.cz\/objednavka*" ], "js": [ "lib\/uri.min.js", "lib\/numeral.min.js", "currencies\/czk.js", "sites\/marimex.cz\/config.js", "utilities.js", "options.js", "content.js" ], "css": [ "sites\/marimex.cz\/content.css" ] }, { "matches": [ "*:\/\/*.datart.cz\/*" ], "exclude_matches": [ "*:\/\/*.datart.cz\/*\/kosik\/*", "*:\/\/*.datart.cz\/*\/objednavka\/*" ], "js": [ "lib\/uri.min.js", "lib\/numeral.min.js", "currencies\/czk.js", "sites\/datart.cz\/config.js", "utilities.js", "options.js", "content.js" ], "css": [ "sites\/datart.cz\/content.css" ] }, { "matches": [ "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.co.jp\/*", "*:\/\/*.amazon.es\/*", "*:\/\/*.amazon.it\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.cn\/*", "*:\/\/*.amazon.ca\/*", "*:\/\/*.amazon.com\/*" ], "js": [ "lib\/uri.min.js", "lib\/numeral.min.js", "currencies\/czk.js", "sites\/amazon\/config.js", "utilities.js", "options.js", "content.js" ], "css": [ "sites\/amazon\/content.css" ] }, { "matches": [ "*:\/\/*.alfacomp.cz\/*" ], "exclude_matches": [ "*:\/\/*.alfacomp.cz\/*\/basket*" ], "js": [ "lib\/uri.min.js", "lib\/numeral.min.js", "currencies\/czk.js", "sites\/alfa.cz\/config.js", "utilities.js", "options.js", "content.js" ], "css": [ "sites\/alfa.cz\/content.css" ] }, { "matches": [ "*:\/\/*.czc.cz\/*" ], "exclude_matches": [ "*:\/\/*.czc.cz\/basket\/*", "*:\/\/*.czc.cz\/noregister\/*" ], "js": [ "lib\/uri.min.js", "lib\/numeral.min.js", "currencies\/czk.js", "sites\/czc.cz\/config.js", "utilities.js", "options.js", "content.js" ], "css": [ "sites\/czc.cz\/content.css" ] }, { "matches": [ "*:\/\/*.kasa.cz\/*" ], "exclude_matches": [ "*:\/\/*.kasa.cz\/kosik\/*" ], "js": [ "lib\/uri.min.js", "lib\/numeral.min.js", "currencies\/czk.js", "sites\/kasa.cz\/config.js", "utilities.js", "options.js", "content.js" ], "css": [ "sites\/kasa.cz\/content.css" ] }, { "matches": [ "*:\/\/*.alza.cz\/*" ], "exclude_matches": [ "*:\/\/*.alza.cz\/Order*", "*:\/\/*.alza.cz\/tisk" ], "js": [ "lib\/uri.min.js", "lib\/numeral.min.js", "currencies\/czk.js", "sites\/alza\/config-cz.js", "sites\/alza\/config.js", "utilities.js", "options.js", "content.js" ], "css": [ "sites\/alza\/content.css" ] }, { "matches": [ "*:\/\/*.alza.sk\/*" ], "exclude_matches": [ "*:\/\/*.alza.sk\/Order*" ], "js": [ "lib\/uri.min.js", "lib\/numeral.min.js", "currencies\/skk.js", "sites\/alza\/config-sk.js", "sites\/alza\/config.js", "utilities.js", "options.js", "content.js" ], "css": [ "sites\/alza\/content.css" ] }, { "matches": [ "*:\/\/*.mall.cz\/*" ], "exclude_matches": [ "*:\/\/*.mall.cz\/kosik\/*" ], "js": [ "lib\/uri.min.js", "lib\/numeral.min.js", "currencies\/czk.js", "sites\/mall.cz\/config.js", "utilities.js", "options.js", "content.js" ], "css": [ "sites\/mall.cz\/content.css" ] } ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "utilities.js", "options.js", "background.js" ] }, "page_action": { "default_icon": "images\/icon16.png", "default_title": "__MSG_popupTitle__", "default_popup": "popup.html" }, "options_page": "popup.html", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "images\/logo-datart.png" ] } |