Shallty - Shortlink Bypasser
Indonesian Fansub and Fanshare Short Link Bypasser.
Shallty - Shortlink Bypasserとは何ですか?
Shallty - Shortlink BypasserはShalltyによって開発されたChromeの拡張機能で、その主な機能は「Indonesian Fansub and Fanshare Short Link Bypasser.」です。
拡張機能のスクリーンショット
Shallty - Shortlink Bypasser拡張機能のCRXファイルをダウンロード
Shallty - Shortlink Bypasser拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Google Chrome extension to bypass short links that are used used by Indonesian anime websites. The extension injects a context menu to all links in the websites. Right click on any link to open the context menu and click "Bypass Shortlink", the extension will open https://shallty.moe with a query containing the link which will be bypassed. Shallty requires the permission to create a context menu and only that. You can always "view the source" of Shallty the way you do any Chrome extension, or view the full source code on Github: https://github.com/gegehprast/shallty-chrome-extension
拡張機能の基本情報
名前 | Shallty - Shortlink Bypasser |
ID | mojlegepigheebdndbmndjdcjfgnkehn |
公式URL | https://chromewebstore.google.com/detail/shallty-shortlink-bypasse/mojlegepigheebdndbmndjdcjfgnkehn |
説明 | Indonesian Fansub and Fanshare Short Link Bypasser. |
ファイルサイズ | 46.23 KB |
インストール数 | 695 |
現在のバージョン | 1.0.2 |
最終更新日 | 2021-07-25 |
公開日 | 2021-07-14 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Shallty |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://shallty.moe |
ヘルプページのURL | https://shallty.moe/help |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shallty - Shortlink Bypasser", "description": "Indonesian Fansub and Fanshare Short Link Bypasser.", "version": "1.0.2", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "contextMenus" ], "action": { "default_icon": { "16": "\/images\/shallty-circle-16x16.png", "32": "\/images\/shallty-circle-32x32.png", "48": "\/images\/shallty-circle-48x48.png", "128": "\/images\/shallty-circle-128x128.png" } }, "icons": { "16": "\/images\/shallty-circle-16x16.png", "32": "\/images\/shallty-circle-32x32.png", "48": "\/images\/shallty-circle-48x48.png", "128": "\/images\/shallty-circle-128x128.png" } } |