Super Linkomanija

Extension which improves UI/UX experience in Linkomanija.net website

Super Linkomanijaとは何ですか?

Super LinkomanijaはTautvydas Derzinskasによって開発されたChromeの拡張機能で、その主な機能は「Extension which improves UI/UX experience in Linkomanija.net website」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Super Linkomanija拡張機能のCRXファイルをダウンロード

Super Linkomanija拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Super Linkomanija is a browser extension which extends old Lithuanian torrent website http://www.linkomanija.net user experience.

Features:
- Preview torrents
- Torrent view modes (list/gird)
- Related torrents
- Comment formatting
- Homepage redirection
- Quick back to top
- Viewed, downloaded, commented torrents history                    

拡張機能の基本情報

名前 Super Linkomanija Super Linkomanija
ID gmdhkalbljdblbogfladannflinppnji
公式URL https://chromewebstore.google.com/detail/super-linkomanija/gmdhkalbljdblbogfladannflinppnji
説明 Extension which improves UI/UX experience in Linkomanija.net website
ファイルサイズ 511 KB
インストール数 73
現在のバージョン 1.1.0
最終更新日 2019-03-25
公開日 2019-03-25
評価 5.00/5 合計 3 レビュー
開発者 Tautvydas Derzinskas
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/SlimDogs/super-linkomanija
対応言語 en,lt
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "sl",
    "description": "__MSG_appDesc__",
    "default_locale": "lt",
    "version": "1.1.0",
    "author": "Tautvydas Derzinskas",
    "homepage_url": "https:\/\/github.com\/SlimDogs\/super-linkomanija",
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon_19x19.png",
            "38": "icons\/icon_38x38.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon_16x16.png",
        "48": "icons\/icon_48x48.png",
        "96": "icons\/icon_96x96.png",
        "128": "icons\/icon_128x128.png"
    },
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkomanija.net\/*"
            ],
            "css": [],
            "js": [
                "content.bundle.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.linkomanija.net\/details*"
            ],
            "css": [],
            "js": [
                "sceditor.min.js",
                "bbcode.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.linkomanija.net\/browse.php*"
            ],
            "css": [
                "tippy.css"
            ],
            "js": [
                "tippy.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "bbcode.bundle.js"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "tabs",
        "storage"
    ]
}