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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    ]
}