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”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Punk consumer擴展crx文件

下載Punk consumer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Punk consumer Punk consumer
ID ebmgejpgpphipjooiopnndkdiciedkdj
官方網址 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"
    ]
}