RuneScape Forum Colour Toggle
Toggle RuneScape Forum Colours
Was ist RuneScape Forum Colour Toggle?
RuneScape Forum Colour Toggle ist eine Chrome-Erweiterung, die von http://www.indecentcode.com entwickelt wurde, und ihr Hauptmerkmal ist "Toggle RuneScape Forum Colours".
Erweiterungsscreenshots
RuneScape Forum Colour Toggle-Erweiterungs-CRX-Datei herunterladen
Laden Sie RuneScape Forum Colour Toggle-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
Toggle coloured text on and off with a single click. Designed for the RuneScape forums, to make hard to read text clear and easy on the eyes. You need not miss out seeing coloured text, you can simply use the toggle whenever you desire. There is no configuring or complex options. The toggle icon is only active when on RSOF, for all other sites it's inactive. When on the RSOF, simply click the icon to toggle coloured text. It's that easy! IndecentCode is in no way affiliated with Jagex or runescape.com. Thus this extension is not endorsed by Jagex. RuneScape ® is a trademark of Jagex © 1999 - 2013 Andrew Gower and Jagex Ltd.
Grundlegende Informationen zur Erweiterung
Name | |
ID | eionbmkelojkcbjjipalhnginddchipm |
Offizielle URL | https://chrome.google.com/webstore/detail/runescape-forum-colour-to/eionbmkelojkcbjjipalhnginddchipm |
Beschreibung | Toggle RuneScape Forum Colours |
Dateigröße | 14.26 KB |
Installationsanzahl | 15 |
Aktuelle Version | 1.7.0.1 |
Letztes Update | 2014-01-22 |
Veröffentlichungsdatum | 2014-01-22 |
Entwickler | http://www.indecentcode.com |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://rslinkify.000webhostapp.com/pp/privacy_policy.php |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RuneScape Forum Colour Toggle", "version": "1.7.0.1", "description": "Toggle RuneScape Forum Colours", "background": { "scripts": [ "background.js" ] }, "permissions": [ "webRequest", "tabs", "http:\/\/services.runescape.com\/m=forum\/*" ], "content_scripts": [ { "matches": [ "http:\/\/services.runescape.com\/m=forum\/*" ], "js": [ "myscript.js" ], "run_at": "document_idle" } ], "page_action": { "default_icon": "icon1.png" }, "icons": { "128": "icon128.png" } } |