BP Always Classic

Redirection from pro.beatport.com to classic.beatport.com

什麼是BP Always Classic?

BP Always Classic是由DeeplyMoved開發的Chrome擴展程式,該擴展的主要功能是“Redirection from pro.beatport.com to classic.beatport.com”。

擴展截圖

screenshot

下載BP Always Classic擴展crx文件

下載BP Always Classic擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Automatically redirect Beatport Pro URLs to Beatport Classic.                    

擴展基本資訊

名稱 BP Always Classic BP Always Classic
ID dbomdigapncngdgaadhhjhopmgcihjbo
官方網址 https://chrome.google.com/webstore/detail/bp-always-classic/dbomdigapncngdgaadhhjhopmgcihjbo
簡介 Redirection from pro.beatport.com to classic.beatport.com
檔案大小 21.25 KB
安裝次數 14
目前版本 1
更新時間 2015-06-24
上架時間 2015-06-24
評分 2.33/5 共 3 次評分
開發者 DeeplyMoved
付費類型 free
擴展官網 http://www.deeplymoved.com
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BP Always Classic",
    "short_name": "BP Classic",
    "description": "Redirection from pro.beatport.com to classic.beatport.com",
    "author": "DeeplyMoved",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "https:\/\/pro.beatport.com\/*",
        "http:\/\/pro.beatport.com\/*"
    ],
    "version": "1",
    "icons": {
        "16": "always-classic-16.png",
        "48": "always-classic-48.png",
        "128": "always-classic-128.png"
    },
    "web_accessible_resources": [
        "images\/*"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "style.css"
            ],
            "matches": [
                "https:\/\/pro.beatport.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "content_script.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}