Artstation Likes New Tab

Get a random artwork from your artstation likes everytime you open a new tab!

Artstation Likes New Tab क्या है?

Artstation Likes New Tab oytundd द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get a random artwork from your artstation likes everytime you open a new tab!"।

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

screenshot
screenshot
screenshot

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

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

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

                        Get a random artwork from your Artstation likes everytime you open a new tab! Just enter your username and refresh it yourself or just keep surfing the web and let them come to you everytime you open a new tab.You can access the artworks original page by clicking on the artwork - author text.You can access the source code using the website link within the store page.
Note: Only last 50 likes can be used due to Artstation's api limitations.  
Feel free to support me at https://ko-fi.com/oytundd !                    

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

नाम Artstation Likes New Tab Artstation Likes New Tab
ID cancnflmodecjmcjfefhildbmllgenee
आधिकारिक URL https://chromewebstore.google.com/detail/artstation-likes-new-tab/cancnflmodecjmcjfefhildbmllgenee
विवरण Get a random artwork from your artstation likes everytime you open a new tab!
फ़ाइल का आकार 96.28 KB
स्थापना संख्या 33
वर्तमान संस्करण 1.1
अंतिम अपडेट 2021-06-05
प्रकाशन तिथि 2021-03-22
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर oytundd
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/oytundd/artstationnew
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Artstation Likes New Tab",
    "description": "Get a random artwork from your artstation likes everytime you open a new tab!",
    "version": "1.1",
    "incognito": "split",
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "art.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.artstation.com\/; object-src",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.artstation.com\/users\/*"
            ],
            "js": [
                "newIndex.js"
            ]
        }
    ],
    "manifest_version": 2
}