MLG PRO #360 CHROME SCOPE
Let's you experience the MLG pro life
Vad är MLG PRO #360 CHROME SCOPE?
MLG PRO #360 CHROME SCOPE är en Chrome-tillägg utvecklad av theFeez, och dess huvudfunktion är "Let's you experience the MLG pro life".
Ladda ner MLG PRO #360 CHROME SCOPE-förlängningens CRX-fil
Ladda ner MLG PRO #360 CHROME SCOPE-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
With this extension, you browser has a 25% chance to go full MLG pro every time you click.
Grundläggande Information om Tillägg
Namn | ![]() |
ID | maieffieilahfpojibhdakhmpmpadigd |
Officiell webbadress | https://chrome.google.com/webstore/detail/mlg-pro-360-chrome-scope/maieffieilahfpojibhdakhmpmpadigd |
Beskrivning | Let's you experience the MLG pro life |
Filstorlek | 8.83 KB |
Antal Installationer | 80 |
Aktuell Version | 0.3 |
Senast Uppdaterad | 2016-02-08 |
Publiceringsdatum | 2016-02-08 |
Betyg | 2.33/5 Totalt 3 Betyg |
Utvecklare | theFeez |
Betalningssätt | free |
Stödda Språk | 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" ] } |