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
公式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
Eメール [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
}