Crunchy Queue
Download and share your Crunchyroll Queue!
Crunchy Queueとは何ですか?
Crunchy Queueはcrunchyqueueによって開発されたChromeの拡張機能で、その主な機能は「Download and share your Crunchyroll Queue!」です。
拡張機能のスクリーンショット
Crunchy Queue拡張機能のCRXファイルをダウンロード
Crunchy Queue拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension is designed to create, export, and import queues for Crunchyroll with more features to come! Add a large number of episodes to your queue at once, share your queue with other, and build a playlist to post on forums or your blog so other Crunchyroll users can import your recommendations! Updates ~ Shift + Click a series' tile to go to it's page on Crunchyroll.com ~ Directly paste text to load import instead of needing a file. Please email me if you are having problems and I will try and fix them.
拡張機能の基本情報
名前 | |
ID | japehhmklojagkpdpdnbhemkmmlgpkjn |
公式URL | https://chrome.google.com/webstore/detail/crunchy-queue/japehhmklojagkpdpdnbhemkmmlgpkjn |
説明 | Download and share your Crunchyroll Queue! |
ファイルサイズ | 230 KB |
インストール数 | 60 |
現在のバージョン | 1.6.0 |
最終更新日 | 2019-08-22 |
公開日 | 2019-08-22 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | crunchyqueue |
支払い方法 | free |
ヘルプページのURL | https://www.youtube.com/watch?v=kbjV_dV3ln4 |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Crunchy Queue", "version": "1.6.0", "manifest_version": 2, "description": "Download and share your Crunchyroll Queue!", "icons": { "128": "icon.png" }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "externally_connectable": { "matches": [ "http:\/\/*.crunchyroll.com\/*", "https:\/\/*.crunchyroll.com\/*" ] }, "permissions": [ "tabs", "cookies", "http:\/\/*.crunchyroll.com\/*", "https:\/\/*.crunchyroll.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/www.crunchyroll.com\/home\/queue*", "https:\/\/www.crunchyroll.com\/home\/queue*" ], "js": [ "content.js" ] } ] } |