New Tab for Reddit
Get the best posts from your favourite Subreddits on your New Tab, a must for any Redditor!
O que é New Tab for Reddit?
New Tab for Reddit é uma extensão do Chrome desenvolvida por ALTab, e sua principal característica é "Get the best posts from your favourite Subreddits on your New Tab, a must for any Redditor!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão New Tab for Reddit
Baixe arquivos de extensão New Tab for Reddit 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
Combine multiple Subreddits into a single feed and see the top posts, links, images, and videos in one place. 1. Add any Subreddit's feed you want to follow to your homepage 2. Combine multiple Subreddits into a single feed (e.g. meirl + me_irl, whitepeopletwitter + blackpeopletwitter) 3. Drag and drop feeds to arrange the perfect home page 4. Most visited sites and Google Search will still be there, at the top of the page For Redditors, by Redditors
Informações Básicas da Extensão
Nome | New Tab for Reddit |
ID | mkdfgkdkelchdejnijjoamieonffdpmb |
URL Oficial | https://chromewebstore.google.com/detail/new-tab-for-reddit/mkdfgkdkelchdejnijjoamieonffdpmb |
Descrição | Get the best posts from your favourite Subreddits on your New Tab, a must for any Redditor! |
Tamanho do Arquivo | 190 KB |
Contagem de Instalações | 158 |
Versão Atual | 1.18 |
Última Atualização | 2023-12-03 |
Data de Publicação | 2022-03-23 |
Classificação | 4.63/5 Total de 8 Avaliações |
Desenvolvedor | ALTab |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Tab for Reddit", "description": "Get the best posts from your favourite Subreddits on your New Tab, a must for any Redditor!", "version": "1.18", "manifest_version": 3, "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": { "extension_pages": "script-src 'self' ; object-src 'self'" }, "background": { "service_worker": "background.js" }, "icons": { "16": "16-icon.png", "48": "48-icon.png", "128": "128-icon.png", "64": "64-icon.png" }, "action": [], "optional_permissions": [ "topSites" ] } |