BP Always Classic
Redirection from pro.beatport.com to classic.beatport.com
What is BP Always Classic?
BP Always Classic is a Chrome extension developed by DeeplyMoved, and its main feature is "Redirection from pro.beatport.com to classic.beatport.com".
Extension Screenshots
Download BP Always Classic Extension CRX File
Download BP Always Classic extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Automatically redirect Beatport Pro URLs to Beatport Classic.
Extension Basic Information
Name | |
ID | dbomdigapncngdgaadhhjhopmgcihjbo |
Official URL | https://chrome.google.com/webstore/detail/bp-always-classic/dbomdigapncngdgaadhhjhopmgcihjbo |
Description | Redirection from pro.beatport.com to classic.beatport.com |
File Size | 21.25 KB |
Installation Count | 14 |
Current Version | 1 |
Last Updated | 2015-06-24 |
Publish Date | 2015-06-24 |
Rating | 2.33/5 Total 3 Ratings |
Developer | DeeplyMoved |
Payment Type | free |
Extension Website | http://www.deeplymoved.com |
Supported Languages | 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'" } |