MLG PRO #360 CHROME SCOPE
Let's you experience the MLG pro life
MLG PRO #360 CHROME SCOPEとは何ですか?
MLG PRO #360 CHROME SCOPEはtheFeezによって開発されたChromeの拡張機能で、その主な機能は「Let's you experience the MLG pro life」です。
MLG PRO #360 CHROME SCOPE拡張機能のCRXファイルをダウンロード
MLG PRO #360 CHROME SCOPE拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
With this extension, you browser has a 25% chance to go full MLG pro every time you click.
拡張機能の基本情報
名前 | ![]() |
ID | maieffieilahfpojibhdakhmpmpadigd |
公式URL | https://chrome.google.com/webstore/detail/mlg-pro-360-chrome-scope/maieffieilahfpojibhdakhmpmpadigd |
説明 | Let's you experience the MLG pro life |
ファイルサイズ | 8.83 KB |
インストール数 | 80 |
現在のバージョン | 0.3 |
最終更新日 | 2016-02-08 |
公開日 | 2016-02-08 |
評価 | 2.33/5 合計 3 レビュー |
開発者 | theFeez |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MLG PRO #360 CHROME SCOPE", "description": "Let's you experience the MLG pro life", "version": "0.3", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "audio.js" ], "css": [ "cursor.css" ], "run_at": "document_end" } ], "permissions": [ "activeTab" ] } |