Prefer Old Reddit Profiles (by /u/corylulu)
Modifies profile links to link to the Overview page by default. Also adds an 'Overview' and 'Profile' tab to the respective pages.
O que é Prefer Old Reddit Profiles (by /u/corylulu)?
Prefer Old Reddit Profiles (by /u/corylulu) é uma extensão do Chrome desenvolvida por corylulu, e sua principal característica é "Modifies profile links to link to the Overview page by default. Also adds an 'Overview' and 'Profile' tab to the respective pages.".
Baixar o arquivo CRX da Extensão Prefer Old Reddit Profiles (by /u/corylulu)
Baixe arquivos de extensão Prefer Old Reddit Profiles (by /u/corylulu) 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
Informações Básicas da Extensão
Nome | |
ID | heldhdonnehiejfcfddaimkgaaiaccbf |
URL Oficial | https://chrome.google.com/webstore/detail/prefer-old-reddit-profile/heldhdonnehiejfcfddaimkgaaiaccbf |
Descrição | Modifies profile links to link to the Overview page by default. Also adds an 'Overview' and 'Profile' tab to the respective pages. |
Tamanho do Arquivo | 44.3 KB |
Contagem de Instalações | 85 |
Versão Atual | 1.0.2 |
Última Atualização | 2017-11-08 |
Data de Publicação | 2017-11-08 |
Classificação | 2.33/5 Total de 3 Avaliações |
Desenvolvedor | corylulu |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://www.reddit.com/u/corylulu |
URL da Página de Ajuda | http://www.reddit.com/u/corylulu |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "jquery.min.js", "arrive.min.js", "index.js" ], "matches": [ "http:\/\/*.reddit.com\/*", "http:\/\/reddit.com\/*", "https:\/\/*.reddit.com\/*", "https:\/\/reddit.com\/*" ], "run_at": "document_end" } ], "icons": { "16": "icon128.png", "48": "icon128.png", "128": "icon128.png" }, "description": "Modifies profile links to link to the Overview page by default. Also adds an 'Overview' and 'Profile' tab to the respective pages.", "manifest_version": 2, "name": "Prefer Old Reddit Profiles (by \/u\/corylulu)", "version": "1.0.2" } |