Buff me up, baby!

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

Was ist Buff me up, baby!?

Buff me up, baby! ist eine Chrome-Erweiterung, die von Kaleidocore entwickelt wurde, und ihr Hauptmerkmal ist "No videos? No problem! (Removes the video ads from CotLI, while still giving you the buff.)".

Erweiterungsscreenshots

screenshot

Buff me up, baby!-Erweiterungs-CRX-Datei herunterladen

Laden Sie Buff me up, baby!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Buff me up, baby! Buff me up, baby!
ID pphdnfmhldolbiefaiolhinmccdogggc
Offizielle URL https://chromewebstore.google.com/detail/buff-me-up-baby/pphdnfmhldolbiefaiolhinmccdogggc
Beschreibung No videos? No problem! (Removes the video ads from CotLI, while still giving you the buff.)
Dateigröße 24.62 KB
Installationsanzahl 392
Aktuelle Version 1.7.4
Letztes Update 2018-02-01
Veröffentlichungsdatum 2018-02-01
Bewertung 4.66/5 Insgesamt 58 Bewertungen
Entwickler Kaleidocore
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
        }
    ]
}