Super Linkomanija

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

Qu'est-ce que Super Linkomanija ?

Super Linkomanija est une extension Chrome développée par Tautvydas Derzinskas, et sa fonction principale est "Extension which improves UI/UX experience in Linkomanija.net website".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Super Linkomanija

Téléchargez les fichiers d'extension Super Linkomanija au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Super Linkomanija Super Linkomanija
ID gmdhkalbljdblbogfladannflinppnji
URL Officiel https://chromewebstore.google.com/detail/super-linkomanija/gmdhkalbljdblbogfladannflinppnji
Description Extension which improves UI/UX experience in Linkomanija.net website
Taille du Fichier 511 KB
Nombre d'Installations 73
Version Actuelle 1.1.0
Dernière Mise à Jour 2019-03-25
Date de Publication 2019-03-25
Évaluation 5.00/5 Total 3 Évaluations
Développeur Tautvydas Derzinskas
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/SlimDogs/super-linkomanija
Langues Prises en Charge 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"
    ]
}