BP Always Classic
Redirection from pro.beatport.com to classic.beatport.com
Qu'est-ce que BP Always Classic ?
BP Always Classic est une extension Chrome développée par DeeplyMoved, et sa fonction principale est "Redirection from pro.beatport.com to classic.beatport.com".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension BP Always Classic
Téléchargez les fichiers d'extension BP Always Classic au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Automatically redirect Beatport Pro URLs to Beatport Classic.
Informations de Base sur l'Extension
Nom | |
ID | dbomdigapncngdgaadhhjhopmgcihjbo |
URL Officiel | https://chrome.google.com/webstore/detail/bp-always-classic/dbomdigapncngdgaadhhjhopmgcihjbo |
Description | Redirection from pro.beatport.com to classic.beatport.com |
Taille du Fichier | 21.25 KB |
Nombre d'Installations | 14 |
Version Actuelle | 1 |
Dernière Mise à Jour | 2015-06-24 |
Date de Publication | 2015-06-24 |
Évaluation | 2.33/5 Total 3 Évaluations |
Développeur | DeeplyMoved |
Type de Paiement | free |
Site Web de l'Extension | http://www.deeplymoved.com |
Langues Prises en Charge | 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'" } |