Remove from Feed Button for YouTube
Easily remove items from your YouTube subscription feed with a single click
O que é Remove from Feed Button for YouTube?
Remove from Feed Button for YouTube é uma extensão do Chrome desenvolvida por Jerome Dane, e sua principal característica é "Easily remove items from your YouTube subscription feed with a single click".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Remove from Feed Button for YouTube
Baixe arquivos de extensão Remove from Feed Button for YouTube 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
Puts "X" button to the right of each videos in your YouTube subscription feed to allow removing videos with a single click.
Please report issues at https://goo.gl/4IgEU1
GitHub: https://goo.gl/2NK3T
Like this? You could buy me a cop of coffee: http://goo.gl/xzEAG
Follow me for updates on other projects:
Github: https://goo.gl/nYUgZm
Google: http://goo.gl/brcnw
Twitter: http://goo.gl/UTh0W
Facebook: http://goo.gl/OwKIG Informações Básicas da Extensão
| Nome | |
| ID | ogclfblkiagkkfpdbbbphchgfkieecml |
| URL Oficial | https://chromewebstore.google.com/detail/remove-from-feed-button-f/ogclfblkiagkkfpdbbbphchgfkieecml |
| Descrição | Easily remove items from your YouTube subscription feed with a single click |
| Tamanho do Arquivo | 48.05 KB |
| Contagem de Instalações | 549 |
| Versão Atual | 0.0.7 |
| Última Atualização | 2015-11-21 |
| Data de Publicação | 2015-11-21 |
| Classificação | 3.67/5 Total de 43 Avaliações |
| Desenvolvedor | Jerome Dane |
| Tipo de Pagamento | free |
| Site da Extensão | https://github.com/JeromeDane/YouTube-Remove-From-Feed-Button |
| Idiomas Suportados | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Remove from Feed Button for YouTube",
"description": "Easily remove items from your YouTube subscription feed with a single click",
"version": "0.0.7",
"options_page": "options.html",
"permissions": [
"http:\/\/www.youtube.com\/feed\/subscriptions*",
"https:\/\/www.youtube.com\/feed\/subscriptions*"
],
"icons": {
"16": "images\/icon_16.png",
"48": "images\/icon_48.png",
"128": "images\/icon_128.png"
},
"web_accessible_resources": [
"images\/close_16_r8.png"
],
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"http:\/\/www.youtube.com\/*",
"https:\/\/www.youtube.com\/*"
],
"run_at": "document_end"
}
]
} | |