Shallty - Shortlink Bypasser
Indonesian Fansub and Fanshare Short Link Bypasser.
Shallty - Shortlink Bypasser क्या है?
Shallty - Shortlink Bypasser Shallty द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Indonesian Fansub and Fanshare Short Link Bypasser."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Shallty - Shortlink Bypasser एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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" } } |