SG.hu Tuning
A browser extension for the popular sg.hu site
Was ist SG.hu Tuning?
SG.hu Tuning ist eine Chrome-Erweiterung, die von JimMorrison723 entwickelt wurde, und ihr Hauptmerkmal ist "A browser extension for the popular sg.hu site".
Erweiterungsscreenshots
SG.hu Tuning-Erweiterungs-CRX-Datei herunterladen
Laden Sie SG.hu Tuning-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | hlppljcclmahjmaegnhcaefknenohnck |
Offizielle URL | https://chromewebstore.google.com/detail/sghu-tuning/hlppljcclmahjmaegnhcaefknenohnck |
Beschreibung | A browser extension for the popular sg.hu site |
Dateigröße | 215 KB |
Installationsanzahl | 48 |
Aktuelle Version | 3.9.14 |
Letztes Update | 2020-04-12 |
Veröffentlichungsdatum | 2020-04-12 |
Entwickler | JimMorrison723 |
Zahlungsart | free |
Erweiterungswebsite | https://sg.hu/forum/tema/1308399664 |
Hilfeseite URL | https://sg.hu/forum/tema/1308399664 |
Unterstützte Sprachen | 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" ] } |