Buff me up, baby!

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

Buff me up, baby! là gì?

Buff me up, baby! là một tiện ích mở rộng Chrome được phát triển bởi Kaleidocore, và tính năng chính của nó là "No videos? No problem! (Removes the video ads from CotLI, while still giving you the buff.)".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Buff me up, baby!

Tải xuống các tệp mở rộng Buff me up, baby! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Buff me up, baby! Buff me up, baby!
ID pphdnfmhldolbiefaiolhinmccdogggc
URL Chính Thức https://chromewebstore.google.com/detail/buff-me-up-baby/pphdnfmhldolbiefaiolhinmccdogggc
Mô tả No videos? No problem! (Removes the video ads from CotLI, while still giving you the buff.)
Kích Thước Tệp 24.62 KB
Số Lần Cài Đặt 392
Phiên Bản Hiện Tại 1.7.4
Cập Nhật Lần Cuối 2018-02-01
Ngày Phát Hành 2018-02-01
Đánh Giá 4.66/5 Tổng số 58 Đánh Giá
Nhà Phát Triển Kaleidocore
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}