Hatsune Miku Footer
Adds a cyan footer with the text "hatsune miku" to every page.
Hatsune Miku Footerとは何ですか?
Hatsune Miku FooterはAixilによって開発されたChromeの拡張機能で、その主な機能は「Adds a cyan footer with the text "hatsune miku" to every page.」です。
拡張機能のスクリーンショット
Hatsune Miku Footer拡張機能のCRXファイルをダウンロード
Hatsune Miku Footer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Firefox version: https://addons.mozilla.org/en-US/firefox/addon/hatsune-miku-footer/ 拡張機能の基本情報
| 名前 | |
| ID | hmfmpbejccdgjaeohanfadencaalkbnd |
| 公式URL | https://chromewebstore.google.com/detail/hatsune-miku-footer/hmfmpbejccdgjaeohanfadencaalkbnd |
| 説明 | Adds a cyan footer with the text "hatsune miku" to every page. |
| ファイルサイズ | 34.54 KB |
| インストール数 | 455 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2021-07-16 |
| 公開日 | 2021-07-15 |
| 評価 | 3.50/5 合計 2 レビュー |
| 開発者 | Aixil |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Hatsune Miku Footer",
"version": "1.1",
"description": "Adds a cyan footer with the text \"hatsune miku\" to every page.",
"icons": {
"90": "icons\/icon.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"miku.js"
]
}
],
"browser_action": {
"default_popup": "thanks.html",
"default_title": "Hatsune Miku Footer"
}
} | |