BP Always Classic

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

BP Always Classic란 무엇입니까?

BP Always Classic은(는) DeeplyMoved에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Redirection from pro.beatport.com to classic.beatport.com"입니다.

확장 프로그램 스크린샷

screenshot

BP Always Classic 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Automatically redirect Beatport Pro URLs to Beatport Classic.                    

확장 프로그램 기본 정보

이름 BP Always Classic BP Always Classic
ID dbomdigapncngdgaadhhjhopmgcihjbo
공식 URL https://chrome.google.com/webstore/detail/bp-always-classic/dbomdigapncngdgaadhhjhopmgcihjbo
설명 Redirection from pro.beatport.com to classic.beatport.com
파일 크기 21.25 KB
설치 횟수 14
현재 버전 1
최근 업데이트 2015-06-24
출시 날짜 2015-06-24
평점 2.33/5 총 3 개의 평점
개발자 DeeplyMoved
결제 유형 free
확장 프로그램 웹 사이트 http://www.deeplymoved.com
지원되는 언어 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'"
}