BP Always Classic

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

Apa itu BP Always Classic?

BP Always Classic adalah ekstensi Chrome yang dikembangkan oleh DeeplyMoved, dan fitur utamanya adalah "Redirection from pro.beatport.com to classic.beatport.com".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi BP Always Classic

Unduh file ekstensi BP Always Classic dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Automatically redirect Beatport Pro URLs to Beatport Classic.                    

Informasi Dasar Ekstensi

Nama BP Always Classic BP Always Classic
ID dbomdigapncngdgaadhhjhopmgcihjbo
URL Resmi https://chrome.google.com/webstore/detail/bp-always-classic/dbomdigapncngdgaadhhjhopmgcihjbo
Deskripsi Redirection from pro.beatport.com to classic.beatport.com
Ukuran File 21.25 KB
Jumlah Instalasi 14
Versi Saat Ini 1
Terakhir Diperbarui 2015-06-24
Tanggal Publikasi 2015-06-24
Penilaian 2.33/5 Total 3 Penilaian
Pengembang DeeplyMoved
Tipe Pembayaran free
Situs Ekstensi http://www.deeplymoved.com
Bahasa yang Didukung 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'"
}