SiamBIT - Screenshot Preview
Show screenshots image instead camera icon with title "รูปภาพตัวอย่าง" on the files list page of SiamBIT website.
Qu'est-ce que SiamBIT - Screenshot Preview ?
SiamBIT - Screenshot Preview est une extension Chrome développée par CHNWT.dev, et sa fonction principale est "Show screenshots image instead camera icon with title "รูปภาพตัวอย่าง" on the files list page of SiamBIT website.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SiamBIT - Screenshot Preview
Téléchargez les fichiers d'extension SiamBIT - Screenshot Preview au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This browser extension is designed to show screenshots image instead camera icon on the files list page of the SiamBIT website. (Extension ที่ช่วยแสดงภาพ Screenshot ในหน้าเลือกไฟล์ให้โดยอัตโนมัติแทนที่ไอคอนแสดงรูปภาพตัวอย่าง)
Informations de Base sur l'Extension
Nom | SiamBIT - Screenshot Preview |
ID | iknphfhlfopmgaodeckogohcipnepgdl |
URL Officiel | https://chromewebstore.google.com/detail/siambit-screenshot-previe/iknphfhlfopmgaodeckogohcipnepgdl |
Description | Show screenshots image instead camera icon with title "รูปภาพตัวอย่าง" on the files list page of SiamBIT website. |
Taille du Fichier | 89.22 KB |
Nombre d'Installations | 143 |
Version Actuelle | 1.2.1 |
Dernière Mise à Jour | 2023-07-03 |
Date de Publication | 2019-10-20 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | CHNWT.dev |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://chnwt.dev/privacy.html |
Langues Prises en Charge | 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" } } |