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.)」です。
拡張機能のスクリーンショット
Buff me up, baby!拡張機能のCRXファイルをダウンロード
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! |
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 |
Eメール | [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 } ] } |