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開發的Chrome擴展程式,該擴展的主要功能是“Get a random artwork from your artstation likes everytime you open a new tab!”。

擴展截圖

screenshot
screenshot
screenshot

下載Artstation Likes New Tab擴展crx文件

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

擴展使用說明

                        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
官方網址 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
}