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 là gì?
Punk consumer là một tiện ích mở rộng Chrome được phát triển bởi http://punkconsumer.com, và tính năng chính của nó là "Set of handy tweaks of popular eshops for smart customers who want to get rid of marketing tricks make their own buying decisions".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Punk consumer
Tải xuống các tệp mở rộng Punk consumer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ebmgejpgpphipjooiopnndkdiciedkdj |
URL Chính Thức | https://chrome.google.com/webstore/detail/punkov%C3%BD-konzument/ebmgejpgpphipjooiopnndkdiciedkdj |
Mô tả | Set of handy tweaks of popular eshops for smart customers who want to get rid of marketing tricks make their own buying decisions |
Kích Thước Tệp | 50.51 KB |
Số Lần Cài Đặt | 430 |
Phiên Bản Hiện Tại | 3.5.9.0 |
Cập Nhật Lần Cuối | 2013-11-13 |
Ngày Phát Hành | 2013-11-13 |
Đánh Giá | 4.62/5 Tổng số 47 Đánh Giá |
Nhà Phát Triển | http://punkconsumer.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://punkconsumer.com/ |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |