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 |
官方網址 | 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 |
電子郵箱 | [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" } } |