SG.hu Tuning
A browser extension for the popular sg.hu site
What is SG.hu Tuning?
SG.hu Tuning is a Chrome extension developed by JimMorrison723, and its main feature is "A browser extension for the popular sg.hu site".
Extension Screenshots
Download SG.hu Tuning Extension CRX File
Download SG.hu Tuning extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | hlppljcclmahjmaegnhcaefknenohnck |
Official URL | https://chromewebstore.google.com/detail/sghu-tuning/hlppljcclmahjmaegnhcaefknenohnck |
Description | A browser extension for the popular sg.hu site |
File Size | 215 KB |
Installation Count | 48 |
Current Version | 3.9.14 |
Last Updated | 2020-04-12 |
Publish Date | 2020-04-12 |
Developer | JimMorrison723 |
Payment Type | free |
Extension Website | https://sg.hu/forum/tema/1308399664 |
Help Page URL | https://sg.hu/forum/tema/1308399664 |
Supported Languages | 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" ] } |