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.                    

擴展基本資訊

名稱 MLG PRO #360 CHROME SCOPE MLG PRO #360 CHROME SCOPE
ID maieffieilahfpojibhdakhmpmpadigd
官方網址 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"
    ]
}