SG.hu Tuning

A browser extension for the popular sg.hu site

Qu'est-ce que SG.hu Tuning ?

SG.hu Tuning est une extension Chrome développée par JimMorrison723, et sa fonction principale est "A browser extension for the popular sg.hu site".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension SG.hu Tuning

Téléchargez les fichiers d'extension SG.hu Tuning 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

                        Az sg.hu nemhivatalos Chrome bővítménye.	
		
A bővítmény funkciói:
	- Chat elrejtése
	- 'Ugrás az utolsó olvasatlan üzenethez' több oldalon keresztül
	- Csak olvasatlan üzenettel rendelkező kedvencek mutatása [Ötlet: Malakai]
	- Rövid kommentjelzők
	- Egyéni tiltólista [Ötlet: cSuwwi]
	- Egyedi megjelenés pár helyen
	- Az oldal aljára érve automatikusan előtölti a következő oldal kommentjeit
	- Navigációs gombok a topikokban
	- Animált válaszerre üzenet lenyitás
	- Overlay commentbox
	- Nekem érkező üzenetek kiemelése
	- Üzenetek szálankénti elrendezése
	- Említett kommentek beidézése
	- Oldalsáv blokkok átrendezése, rejtése
	- Kedvencek automatikus frissítése
	- Összes topik olvasottnak jelölése
	- Reklámok eltávolítása
	- Smilek típusuk szerinti csoportosítása
	- Topik fehérlista
	- Topikba érkező üzenetek automatikus kinyerése
	- Felhasználói profilcsoportok
	- Topikon belül lekérhető a felhasználó adatlapja
	- Gyors beszúrás: Vágólapról bemásolt linkeket/képeket autómatikusan BBCODE-ok közé illeszti
	- A már megnyitott kategória oldalakat, topikokat jelzi főoldalon, kategória és topik nézetben


Credits:
	Fejlesztő: 
		- JimMorrison723, http://jimmorrison723.hu
		- Gera János "dzsani", http://kreaturamedia.com
	Közreműködők: 
		- Viszt Péter "passatgt", http://visztpeter.me
		- Krupa György "pyro", http://kreaturamedia.com                    

Informations de Base sur l'Extension

Nom SG.hu Tuning SG.hu Tuning
ID hlppljcclmahjmaegnhcaefknenohnck
URL Officiel https://chromewebstore.google.com/detail/sghu-tuning/hlppljcclmahjmaegnhcaefknenohnck
Description A browser extension for the popular sg.hu site
Taille du Fichier 215 KB
Nombre d'Installations 48
Version Actuelle 3.9.14
Dernière Mise à Jour 2020-04-12
Date de Publication 2020-04-12
Développeur JimMorrison723
Type de Paiement free
Site Web de l'Extension https://sg.hu/forum/tema/1308399664
URL de la Page d'Aide https://sg.hu/forum/tema/1308399664
Langues Prises en Charge hu
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "3.9.14",
    "author": "JimMorrison723",
    "short_name": "__MSG_appShortName__",
    "manifest_version": 2,
    "default_locale": "hu",
    "icons": {
        "16": "images\/icons\/icon-16.png",
        "128": "images\/icons\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/sg.hu\/*"
            ],
            "css": [
                "styles\/content.css",
                "styles\/cleditor.css",
                "styles\/settings.css"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "permissions": [
        "cookies",
        "notifications",
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        "images\/*\/*.png"
    ]
}