BP Always Classic

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

Vad är BP Always Classic?

BP Always Classic är en Chrome-tillägg utvecklad av DeeplyMoved, och dess huvudfunktion är "Redirection from pro.beatport.com to classic.beatport.com".

Tilläggsskärmbilder

screenshot

Ladda ner BP Always Classic-förlängningens CRX-fil

Ladda ner BP Always Classic-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Automatically redirect Beatport Pro URLs to Beatport Classic.                    

Grundläggande Information om Tillägg

Namn BP Always Classic BP Always Classic
ID dbomdigapncngdgaadhhjhopmgcihjbo
Officiell webbadress https://chrome.google.com/webstore/detail/bp-always-classic/dbomdigapncngdgaadhhjhopmgcihjbo
Beskrivning Redirection from pro.beatport.com to classic.beatport.com
Filstorlek 21.25 KB
Antal Installationer 14
Aktuell Version 1
Senast Uppdaterad 2015-06-24
Publiceringsdatum 2015-06-24
Betyg 2.33/5 Totalt 3 Betyg
Utvecklare DeeplyMoved
Betalningssätt free
Tilläggswebbplats http://www.deeplymoved.com
Stödda Språk 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'"
}