MLG PRO #360 CHROME SCOPE
Let's you experience the MLG pro life
Apa itu MLG PRO #360 CHROME SCOPE?
MLG PRO #360 CHROME SCOPE adalah ekstensi Chrome yang dikembangkan oleh theFeez, dan fitur utamanya adalah "Let's you experience the MLG pro life".
Unduh Berkas CRX Ekstensi MLG PRO #360 CHROME SCOPE
Unduh file ekstensi MLG PRO #360 CHROME SCOPE dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
With this extension, you browser has a 25% chance to go full MLG pro every time you click.
Informasi Dasar Ekstensi
Nama | ![]() |
ID | maieffieilahfpojibhdakhmpmpadigd |
URL Resmi | https://chrome.google.com/webstore/detail/mlg-pro-360-chrome-scope/maieffieilahfpojibhdakhmpmpadigd |
Deskripsi | Let's you experience the MLG pro life |
Ukuran File | 8.83 KB |
Jumlah Instalasi | 80 |
Versi Saat Ini | 0.3 |
Terakhir Diperbarui | 2016-02-08 |
Tanggal Publikasi | 2016-02-08 |
Penilaian | 2.33/5 Total 3 Penilaian |
Pengembang | theFeez |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |