Buff me up, baby!

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

Buff me up, baby!란 무엇입니까?

Buff me up, baby!은(는) Kaleidocore에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "No videos? No problem! (Removes the video ads from CotLI, while still giving you the buff.)"입니다.

확장 프로그램 스크린샷

screenshot

Buff me up, baby! 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 Buff me up, baby! Buff me up, baby!
ID pphdnfmhldolbiefaiolhinmccdogggc
공식 URL https://chromewebstore.google.com/detail/buff-me-up-baby/pphdnfmhldolbiefaiolhinmccdogggc
설명 No videos? No problem! (Removes the video ads from CotLI, while still giving you the buff.)
파일 크기 24.62 KB
설치 횟수 392
현재 버전 1.7.4
최근 업데이트 2018-02-01
출시 날짜 2018-02-01
평점 4.66/5 총 58 개의 평점
개발자 Kaleidocore
이메일 [email protected]
결제 유형 free
지원되는 언어 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
        }
    ]
}