Buff me up, baby!

No videos? No problem! (Removes the video ads from CotLI, while still giving you the buff.)

Co je Buff me up, baby!?

Buff me up, baby! je rozšíření Chrome vyvinuté Kaleidocore, a jeho hlavní funkcí je „No videos? No problem! (Removes the video ads from CotLI, while still giving you the buff.)“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Buff me up, baby!

Stáhněte si soubory rozšíření Buff me up, baby! ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        • 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)                    

Základní Informace o Rozšíření

Název Buff me up, baby! Buff me up, baby!
ID pphdnfmhldolbiefaiolhinmccdogggc
Oficiální URL https://chromewebstore.google.com/detail/buff-me-up-baby/pphdnfmhldolbiefaiolhinmccdogggc
Popis No videos? No problem! (Removes the video ads from CotLI, while still giving you the buff.)
Velikost souboru 24.62 KB
Počet instalací 392
Aktuální Verze 1.7.4
Poslední Aktualizace 2018-02-01
Datum Vydání 2018-02-01
Hodnocení 4.66/5 Celkem 58 Hodnocení
Vývojář Kaleidocore
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
        }
    ]
}