MLG PRO #360 CHROME SCOPE
Let's you experience the MLG pro life
Hvad er MLG PRO #360 CHROME SCOPE?
MLG PRO #360 CHROME SCOPE er en Chrome-udvidelse udviklet af theFeez, og dens hovedfunktion er "Let's you experience the MLG pro life".
Download MLG PRO #360 CHROME SCOPE-udvidelses-CRX-fil
Download MLG PRO #360 CHROME SCOPE-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
With this extension, you browser has a 25% chance to go full MLG pro every time you click.
Grundlæggende oplysninger om udvidelsen
Navn | ![]() |
ID | maieffieilahfpojibhdakhmpmpadigd |
Officiel URL | https://chrome.google.com/webstore/detail/mlg-pro-360-chrome-scope/maieffieilahfpojibhdakhmpmpadigd |
Beskrivelse | Let's you experience the MLG pro life |
Filstørrelse | 8.83 KB |
Antal Installationer | 80 |
Nuværende Version | 0.3 |
Senest Opdateret | 2016-02-08 |
Udgivelsesdato | 2016-02-08 |
Bedømmelse | 2.33/5 Samlet 3 Bedømmelser |
Udvikler | theFeez |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |