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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย oytundd และคุณลักษณะหลักของมันคือ "Get a random artwork from your artstation likes everytime you open a new tab!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Artstation Likes New Tab

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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
}