BP Always Classic
Redirection from pro.beatport.com to classic.beatport.com
Was ist BP Always Classic?
BP Always Classic ist eine Chrome-Erweiterung, die von DeeplyMoved entwickelt wurde, und ihr Hauptmerkmal ist "Redirection from pro.beatport.com to classic.beatport.com".
Erweiterungsscreenshots
BP Always Classic-Erweiterungs-CRX-Datei herunterladen
Laden Sie BP Always Classic-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Automatically redirect Beatport Pro URLs to Beatport Classic.
Grundlegende Informationen zur Erweiterung
Name | |
ID | dbomdigapncngdgaadhhjhopmgcihjbo |
Offizielle URL | https://chrome.google.com/webstore/detail/bp-always-classic/dbomdigapncngdgaadhhjhopmgcihjbo |
Beschreibung | Redirection from pro.beatport.com to classic.beatport.com |
Dateigröße | 21.25 KB |
Installationsanzahl | 14 |
Aktuelle Version | 1 |
Letztes Update | 2015-06-24 |
Veröffentlichungsdatum | 2015-06-24 |
Bewertung | 2.33/5 Insgesamt 3 Bewertungen |
Entwickler | DeeplyMoved |
Zahlungsart | free |
Erweiterungswebsite | http://www.deeplymoved.com |
Unterstützte Sprachen | 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'" } |