Ustream Checker Minus
We Love Ustream Checker
Cos'è Ustream Checker Minus?
Ustream Checker Minus è un'estensione di Chrome sviluppata da soisoyou, e la sua funzione principale è "We Love Ustream Checker".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Ustream Checker Minus
Scarica i file di estensione Ustream Checker Minus 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
Ustream Checker(http://revinx.net/ustream/)から見たくないチャンネルを無くすアドオンです。 デフォルト設定では三次チェッカーに表示するようにしました。 一次と二次を同じテーブルに表示することもできます。 2018/5/6 統計ページにも適用するよう変更。その他バグ修正。
Informazioni di Base sull'Estensione
Nome | |
ID | dlchpmoklenckmbebakakkkbhmnjgned |
URL Ufficiale | https://chromewebstore.google.com/detail/ustream-checker-minus/dlchpmoklenckmbebakakkkbhmnjgned |
Descrizione | We Love Ustream Checker |
Dimensione del File | 51.84 KB |
Conteggio Installazioni | 141 |
Versione Corrente | 1.1.3 |
Ultimo Aggiornamento | 2018-05-05 |
Data di Pubblicazione | 2018-05-05 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | soisoyou |
Tipo di Pagamento | free |
Lingue Supportate | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ustream Checker Minus", "version": "1.1.3", "description": "We Love Ustream Checker", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "options_ui": { "page": "option.html" }, "content_scripts": [ { "matches": [ "*:\/\/revinx.net\/ustream\/", "https:\/\/revinx.net\/ustream\/stat\/" ], "js": [ "jquery-2.1.4.min.js", "ucpm.js" ], "run_at": "document_start" } ], "permissions": [ "storage" ] } |