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! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kaleidocore และคุณลักษณะหลักของมันคือ "No videos? No problem! (Removes the video ads from CotLI, while still giving you the buff.)"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Buff me up, baby!

ดาวน์โหลดไฟล์ส่วนขยาย Buff me up, baby! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        • 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
        }
    ]
}