DAZ3D wishlist & item detail improvements

Improve the look/behavior of DAZ's wishlist & item details, including adding a 'Specials' toggle & removing unnecessary tabs.

What is DAZ3D wishlist & item detail improvements?

DAZ3D wishlist & item detail improvements is a Chrome extension developed by http://3dwishlist.com, and its main feature is "Improve the look/behavior of DAZ's wishlist & item details, including adding a 'Specials' toggle & removing unnecessary tabs.".

Download DAZ3D wishlist & item detail improvements Extension CRX File

Download DAZ3D wishlist & item detail improvements extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This is a simple user-script that improves the look of the DAZ3D site wishlist and product detail pages.

It eliminates the tabs on product details pages, and adds a link to the README next to the wishlist icon.

On the wishlist, it increases the font size of the prices and adds a 'show specials' link at the top that filters the list of items to JUST those with special prices.                    

Extension Basic Information

Name DAZ3D wishlist & item detail improvements DAZ3D wishlist & item detail improvements
ID gkiffoaicejegpdpfhkciojcgnljimpm
Official URL https://chrome.google.com/webstore/detail/daz3d-wishlist-item-detai/gkiffoaicejegpdpfhkciojcgnljimpm
Description Improve the look/behavior of DAZ's wishlist & item details, including adding a 'Specials' toggle & removing unnecessary tabs.
File Size 5.15 KB
Installation Count 58
Current Version 1.0.2
Last Updated 2014-06-26
Publish Date 2014-06-26
Rating 3.00/5 Total 2 Ratings
Developer http://3dwishlist.com
Email [email protected]
Payment Type free
Extension Website http://3dwishlist.com/specials
Supported Languages en-US
manifest.json
{
    "content_scripts": [
        {
            "exclude_globs": [],
            "exclude_matches": [],
            "include_globs": [],
            "js": [
                "script.js"
            ],
            "matches": [
                "http:\/\/forum.daz3d.com\/*",
                "http:\/\/forumarchive.daz3d.com\/*",
                "http:\/\/www.daz3d.com\/*",
                "https:\/\/www.daz3d.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "converted_from_user_script": true,
    "description": "Improve the look\/behavior of DAZ's wishlist & item details, including adding a 'Specials' toggle & removing unnecessary tabs.",
    "manifest_version": 2,
    "name": "DAZ3D wishlist & item detail improvements",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.2"
}