TwitCasting Comment Cleaner
A plugin for deleting comments at TwitCasting
Cos'è TwitCasting Comment Cleaner?
TwitCasting Comment Cleaner è un'estensione di Chrome sviluppata da Kikyou Akino, e la sua funzione principale è "A plugin for deleting comments at TwitCasting".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TwitCasting Comment Cleaner
Scarica i file di estensione TwitCasting Comment Cleaner in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
ツイキャスの自分のコメントを一括削除できます。 ・ログイン状態で、視聴ページ上で動作します。 ・放送主用ページでの動作は今後対応予定です。 ver 1.0.0: 2016/12/13 初期リリース
Informazioni di Base sull'Estensione
Nome | TwitCasting Comment Cleaner |
ID | eeadjmebmbkfnhablhiedepfkkelcdef |
URL Ufficiale | https://chromewebstore.google.com/detail/twitcasting-comment-clean/eeadjmebmbkfnhablhiedepfkkelcdef |
Descrizione | A plugin for deleting comments at TwitCasting |
Dimensione del File | 58.04 KB |
Conteggio Installazioni | 388 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2024-03-05 |
Data di Pubblicazione | 2019-07-26 |
Valutazione | 3.67/5 Totale 3 Valutazioni |
Sviluppatore | Kikyou Akino |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/bellflower2015/chrome-extension-twitcasting-comment-cleaner |
Lingue Supportate | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "ja", "name": "__MSG_extName__", "version": "1.1.0", "description": "__MSG_extDescription__", "author": "Kikyou Akino", "homepage_url": "http:\/\/bellflower.web4u.jp\/", "permissions": [ "activeTab", "scripting" ], "host_permissions": [ "*:\/\/*.twitcasting.tv\/*", "*:\/\/twitcasting.tv\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.twitcasting.tv\/*", "*:\/\/twitcasting.tv\/*" ], "js": [ "jquery-3.7.1.slim.min.js", "script.js" ] } ], "background": { "service_worker": "background.js" }, "action": { "default_icon": "icon.png" }, "icons": { "128": "icon.png" } } |