Chess.com Custom Pieces & GIF Background
Customize your chess board on Chess.com with your own images and even animated GIFs! Import new ones or share yours with others.
什麼是Chess.com Custom Pieces & GIF Background?
Chess.com Custom Pieces & GIF Background是由Arthur Smith開發的Chrome擴展程式,該擴展的主要功能是“Customize your chess board on Chess.com with your own images and even animated GIFs! Import new ones or share yours with others.”。
擴展截圖
下載Chess.com Custom Pieces & GIF Background擴展crx文件
下載Chess.com Custom Pieces & GIF Background擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Chess.com Custom Pieces is a browser extension that allows users to customize the chess pieces and the background on the popular online chess platform, Chess.com. With this extension, users can easily upload their own images to replace the default chess pieces and set their own custom background. How to use: ♟︎ Open the extension. ♟︎ Select the piece you want to customize ♟︎ Choose an image or a GIF from your computer ♟︎ Click "Save Changes" to apply the new image ♟︎ Export your profile to share it with others Note: The extension won't work with the arcade or natural animation modes The default background was created by lennsan. Disclosure: This extension contain affiliate links, which means we may earn a commission if you click on a link and make a purchase. We only promote products that we believe in and have personally used. The commission earned helps us to keep this extension free for all users. Thank you for your support!
擴展基本資訊
名稱 | Chess.com Custom Pieces & GIF Background |
ID | lnbgncfhcgnaaaaipfcbahibmdejcnmm |
官方網址 | https://chromewebstore.google.com/detail/chesscom-custom-pieces-gi/lnbgncfhcgnaaaaipfcbahibmdejcnmm |
簡介 | Customize your chess board on Chess.com with your own images and even animated GIFs! Import new ones or share yours with others. |
檔案大小 | 101 KB |
安裝次數 | 1,129 |
目前版本 | 0.3.2 |
更新時間 | 2023-08-18 |
上架時間 | 2023-03-05 |
評分 | 4.00/5 共 3 次評分 |
開發者 | Arthur Smith |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Chess.com Custom Pieces & GIF Background", "description": "Customize your chess board on Chess.com with your own images and even animated GIFs! Import new ones or share yours with others.", "version": "0.3.2", "content_security_policy": { "extension_pages": "script-src 'self' ; object-src 'self'" }, "icons": { "128": "icon.png" }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Chess.com Custom Pieces", "default_popup": "popup.html" }, "permissions": [ "storage", "unlimitedStorage", "scripting", "downloads", "tabs", "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/www.chess.com\/*" ], "js": [ "script.js" ] } ] } |