BGSOUND support in Chrome
Enable BGSOUND tags within Chrome.
什麼是BGSOUND support in Chrome?
BGSOUND support in Chrome是由Hard Solutions開發的Chrome擴展程式,該擴展的主要功能是“Enable BGSOUND tags within Chrome.”。
下載BGSOUND support in Chrome擴展crx文件
下載BGSOUND support in Chrome擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
For old websites that still use the IE-only BGSOUND tag to make a sound, this extension will make those tags work in Chrome.
擴展基本資訊
名稱 | |
ID | akhnhkiankecgfkpdpdkidpefjjgpfhp |
官方網址 | https://chrome.google.com/webstore/detail/bgsound-support-in-chrome/akhnhkiankecgfkpdpdkidpefjjgpfhp |
簡介 | Enable BGSOUND tags within Chrome. |
檔案大小 | 83.67 KB |
安裝次數 | 134 |
目前版本 | 0.0.2 |
更新時間 | 2014-09-01 |
上架時間 | 2014-09-01 |
評分 | 2.50/5 共 2 次評分 |
開發者 | Hard Solutions |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BGSOUND support in Chrome", "version": "0.0.2", "manifest_version": 2, "description": "Enable BGSOUND tags within Chrome.", "homepage_url": "http:\/\/utilities.hardsolutions.co.uk", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "page": "js\/background.html" }, "options_page": "src\/options_custom\/index.html", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/**" ], "js": [ "js\/inject.js" ], "run_at": "document_end" } ] } |