SiamBIT - Screenshot Preview
Show screenshots image instead camera icon with title "รูปภาพตัวอย่าง" on the files list page of SiamBIT website.
什麼是SiamBIT - Screenshot Preview?
SiamBIT - Screenshot Preview是由CHNWT.dev開發的Chrome擴展程式,該擴展的主要功能是“Show screenshots image instead camera icon with title "รูปภาพตัวอย่าง" on the files list page of SiamBIT website.”。
擴展截圖
下載SiamBIT - Screenshot Preview擴展crx文件
下載SiamBIT - Screenshot Preview擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        This browser extension is designed to show screenshots image instead camera icon on the files list page of the SiamBIT website. (Extension ที่ช่วยแสดงภาพ Screenshot ในหน้าเลือกไฟล์ให้โดยอัตโนมัติแทนที่ไอคอนแสดงรูปภาพตัวอย่าง)                     擴展基本資訊
| 名稱 |   |  
| ID | iknphfhlfopmgaodeckogohcipnepgdl | 
| 官方網址 | https://chromewebstore.google.com/detail/siambit-screenshot-previe/iknphfhlfopmgaodeckogohcipnepgdl | 
| 簡介 | Show screenshots image instead camera icon with title "รูปภาพตัวอย่าง" on the files list page of SiamBIT website. | 
| 檔案大小 | 89.22 KB | 
| 安裝次數 | 143 | 
| 目前版本 | 1.2.1 | 
| 更新時間 | 2023-07-03 | 
| 上架時間 | 2019-10-20 | 
| 評分 | 5.00/5 共 1 次評分 | 
| 開發者 | CHNWT.dev | 
| 電子郵箱 | [email protected] | 
| 付費類型 | free | 
| 隱私政策頁面URL | https://chnwt.dev/privacy.html | 
| 支援的語言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SiamBIT - Screenshot Preview",
    "description": "Show screenshots image instead camera icon with title \"\u0e23\u0e39\u0e1b\u0e20\u0e32\u0e1e\u0e15\u0e31\u0e27\u0e2d\u0e22\u0e48\u0e32\u0e07\" on the files list page of SiamBIT website.",
    "version": "1.2.1",
    "author": "Chanwit Settavongsin",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.siambit.me\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_popup": "popup.html"
    }
}  |  |