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”。
扩展截图
下载BP Always Classic扩展crx文件
下载BP Always Classic扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Automatically redirect Beatport Pro URLs to Beatport Classic.
扩展基本信息
名称 | |
ID | dbomdigapncngdgaadhhjhopmgcihjbo |
官方URL | 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'" } |