匿名希望
ツイキャスの匿名コメントアイテムを、「option(Alt) + T」 で開くことができます。
What is 匿名希望?
匿名希望 is a Chrome extension developed by https://archivesxx.com, and its main feature is "ツイキャスの匿名コメントアイテムを、「option(Alt) + T」 で開くことができます。".
Extension Screenshots
Download 匿名希望 Extension CRX File
Download 匿名希望 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
ツイキャスの匿名コメントアイテムを、「option(Alt) + T」 で開くことができます。
Extension Basic Information
Name | 匿名希望 |
ID | anonkafoalpdpkmkndflldiloakccnfk |
Official URL | https://chromewebstore.google.com/detail/%E5%8C%BF%E5%90%8D%E5%B8%8C%E6%9C%9B/anonkafoalpdpkmkndflldiloakccnfk |
Description | ツイキャスの匿名コメントアイテムを、「option(Alt) + T」 で開くことができます。 |
File Size | 42.34 KB |
Installation Count | 87 |
Current Version | 1.0.10 |
Last Updated | 2022-11-16 |
Publish Date | 2021-09-26 |
Developer | https://archivesxx.com |
[email protected] | |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u533f\u540d\u5e0c\u671b", "manifest_version": 3, "version": "1.0.10", "author": "archives", "homepage_url": "https:\/\/archivesxx.com", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "action": { "default_title": "\u533f\u540d\u5e0c\u671b" }, "content_scripts": [ { "matches": [ "*:\/\/*.twitcasting.tv\/*", "*:\/\/twitcasting.tv\/*" ], "css": [ "css\/content.css" ], "js": [ "js\/jquery.js", "js\/content.js" ] } ] } |