Artstation Plus

Adding new features to Artstation

Artstation Plus क्या है?

Artstation Plus https://demiart.ru द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adding new features to Artstation"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Artstation Plus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        — New Ratio parameter has been added to the preview list, which displays the ratio of likes to views. Each preview now shows the number of views and likes.
— Dropdown list has been added to the «Manage Portfolio» page for your Artstation artworks. This dropdown list allows you to sort your portfolio by date, views, likes, and ratios.
— «Download all images» button on each user profiles.
— Add to preview info about the place in the trends.
— Legacy Preview design — disable slow animation of title on previews. You can switch to modern design in the extension settings.

Github: https://github.com/demiurge-ash/artstation-plus                    

एक्सटेंशन की मूल जानकारी

नाम Artstation Plus Artstation Plus
ID ebdenohdcbolldkofcepdbjdibghkndc
आधिकारिक URL https://chromewebstore.google.com/detail/artstation-plus/ebdenohdcbolldkofcepdbjdibghkndc
विवरण Adding new features to Artstation
फ़ाइल का आकार 32.84 KB
स्थापना संख्या 115
वर्तमान संस्करण 3.5.0
अंतिम अपडेट 2024-01-14
प्रकाशन तिथि 2023-05-23
रेटिंग 3.75/5 कुल 4 रेटिंग्स
डेवलपर https://demiart.ru
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/demiurge-ash/artstation-plus
सहायता पृष्ठ URL https://github.com/demiurge-ash/artstation-plus/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Artstation Plus",
    "version": "3.5.0",
    "description": "Adding new features to Artstation",
    "manifest_version": 3,
    "icons": {
        "72": "icons\/icon-72.png",
        "128": "icons\/icon-128.png"
    },
    "options_ui": {
        "page": "ui\/options.html",
        "open_in_tab": false
    },
    "permissions": [
        "activeTab",
        "downloads",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.artstation.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/crosshairs.svg",
                "icons\/eye.svg",
                "icons\/thumbs-up.svg",
                "icons\/trend.svg",
                "icons\/download.svg",
                "css\/styles.css",
                "ui\/download.html",
                "ui\/download.js"
            ],
            "matches": [
                "*:\/\/*.artstation.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "worker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.artstation.com\/*"
            ],
            "js": [
                "js\/functions.js",
                "js\/content.js"
            ],
            "run_at": "document_idle"
        }
    ]
}