RuneScape Forum Colour Toggle

Toggle RuneScape Forum Colours

O que é RuneScape Forum Colour Toggle?

RuneScape Forum Colour Toggle é uma extensão do Chrome desenvolvida por http://www.indecentcode.com, e sua principal característica é "Toggle RuneScape Forum Colours".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão RuneScape Forum Colour Toggle

Baixe arquivos de extensão RuneScape Forum Colour Toggle no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome RuneScape Forum Colour Toggle RuneScape Forum Colour Toggle
ID eionbmkelojkcbjjipalhnginddchipm
URL Oficial https://chrome.google.com/webstore/detail/runescape-forum-colour-to/eionbmkelojkcbjjipalhnginddchipm
Descrição Toggle RuneScape Forum Colours
Tamanho do Arquivo 14.26 KB
Contagem de Instalações 15
Versão Atual 1.7.0.1
Última Atualização 2014-01-22
Data de Publicação 2014-01-22
Desenvolvedor http://www.indecentcode.com
Tipo de Pagamento free
URL da Página de Política de Privacidade https://rslinkify.000webhostapp.com/pp/privacy_policy.php
Idiomas Suportados 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"
    }
}