Mildom Happybukuro Blocker
Google Chrome拡張機能。Mildomのコメント欄に出る「ハッピー袋ありがとう!」を非表示にするだけ。
What is Mildom Happybukuro Blocker?
Mildom Happybukuro Blocker is a Chrome extension developed by https://y-dash.net, and its main feature is "Google Chrome拡張機能。Mildomのコメント欄に出る「ハッピー袋ありがとう!」を非表示にするだけ。".
Extension Screenshots
Download Mildom Happybukuro Blocker Extension CRX File
Download Mildom Happybukuro Blocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Mildomのハッピー袋機能により送られる邪魔なコメントが表示されないようになります。その他の通常のコメントが閲覧しやすいようにします。
Extension Basic Information
Name | |
ID | nalijcinfgbggifmijmghbjmadejgboa |
Official URL | https://chromewebstore.google.com/detail/mildom-happybukuro-blocke/nalijcinfgbggifmijmghbjmadejgboa |
Description | Google Chrome拡張機能。Mildomのコメント欄に出る「ハッピー袋ありがとう!」を非表示にするだけ。 |
File Size | 25.75 KB |
Installation Count | 420 |
Current Version | 0.0.1 |
Last Updated | 2021-04-13 |
Publish Date | 2021-04-13 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://y-dash.net |
[email protected] | |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mildom Happybukuro Blocker", "version": "0.0.1", "description": "Google Chrome\u62e1\u5f35\u6a5f\u80fd\u3002Mildom\u306e\u30b3\u30e1\u30f3\u30c8\u6b04\u306b\u51fa\u308b\u300c\u30cf\u30c3\u30d4\u30fc\u888b\u3042\u308a\u304c\u3068\u3046\uff01\u300d\u3092\u975e\u8868\u793a\u306b\u3059\u308b\u3060\u3051\u3002", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "author": "Y-dash", "content_scripts": [ { "matches": [ "*:\/\/www.mildom.com\/*" ], "js": [ "scripts\/content.js" ], "run_at": "document_end" } ], "permissions": [ "*:\/\/www.mildom.com\/*" ] } |