Shallty - Shortlink Bypasser

Indonesian Fansub and Fanshare Short Link Bypasser.

Co je Shallty - Shortlink Bypasser?

Shallty - Shortlink Bypasser je rozšíření Chrome vyvinuté Shallty, a jeho hlavní funkcí je „Indonesian Fansub and Fanshare Short Link Bypasser.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Shallty - Shortlink Bypasser

Stáhněte si soubory rozšíření Shallty - Shortlink Bypasser ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Shallty - Shortlink Bypasser Shallty - Shortlink Bypasser
ID mojlegepigheebdndbmndjdcjfgnkehn
Oficiální URL https://chromewebstore.google.com/detail/shallty-shortlink-bypasse/mojlegepigheebdndbmndjdcjfgnkehn
Popis Indonesian Fansub and Fanshare Short Link Bypasser.
Velikost souboru 46.23 KB
Počet instalací 695
Aktuální Verze 1.0.2
Poslední Aktualizace 2021-07-25
Datum Vydání 2021-07-14
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář Shallty
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://shallty.moe
URL Stránky Nápovědy https://shallty.moe/help
Podporované Jazyky 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"
    }
}