Buff me up, baby!
No videos? No problem! (Removes the video ads from CotLI, while still giving you the buff.)
O que é Buff me up, baby!?
Buff me up, baby! é uma extensão do Chrome desenvolvida por Kaleidocore, e sua principal característica é "No videos? No problem! (Removes the video ads from CotLI, while still giving you the buff.)".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Buff me up, baby!
Baixe arquivos de extensão Buff me up, baby! 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
• Tired of watching the same long, boring videos, over and over? • Do you sometimes watch a whole ad and still get no buff? • Do you regularly get that "No ads available" message? Congratulations, you've come to the right place! This tiny extension will simply remove the ads from CotLI, and still give you the buff. Even if there are no ads available, of course. Enjoy! Also comes for FireFox: https://addons.mozilla.org/firefox/addon/buff-me-up-baby/ (PLEASE, leave a comment if you downvote for whatever reason!) New feature: Social Skills Trainer (disabled)
Informações Básicas da Extensão
Nome | Buff me up, baby! |
ID | pphdnfmhldolbiefaiolhinmccdogggc |
URL Oficial | https://chromewebstore.google.com/detail/buff-me-up-baby/pphdnfmhldolbiefaiolhinmccdogggc |
Descrição | No videos? No problem! (Removes the video ads from CotLI, while still giving you the buff.) |
Tamanho do Arquivo | 24.62 KB |
Contagem de Instalações | 392 |
Versão Atual | 1.7.4 |
Última Atualização | 2018-02-01 |
Data de Publicação | 2018-02-01 |
Classificação | 4.66/5 Total de 58 Avaliações |
Desenvolvedor | Kaleidocore |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Buff me up, baby!", "short_name": "CotLI buff", "manifest_version": 2, "version": "1.7.4", "description": "No videos? No problem! (Removes the video ads from CotLI, while still giving you the buff.)", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "page_action": { "default_icon": "img\/icon16.png" }, "permissions": [ "declarativeContent" ], "web_accessible_resources": [ "buff.js" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/idlemaster.djartsgames.ca\/~idle\/*" ], "js": [ "injector.js" ], "all_frames": true } ] } |