Bandcamp New Tab

This extension replaces the default new tab content with a new Bandcamp album.

ما هو Bandcamp New Tab؟

Bandcamp New Tab هو إضافة Chrome تم تطويرها بواسطة Bandcamp, Inc.، والميزة الرئيسية لها هي "This extension replaces the default new tab content with a new Bandcamp album.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Bandcamp New Tab

قم بتنزيل ملفات الامتداد Bandcamp New Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Looking for amazing new music, but too ​lazy, er,​ busy to go searching? We can help! Enjoy wonderful sounds curated from the vast musical landscape known as Bandcamp, delivered with minimal effort right to your browser: a fresh new album each time you open a new tab. Sure, you can skip that nice and inviting Play button and go on with your day, but eh, why not click it, put your good headphones on and see if you like what you hear. If you don't, no biggie. Go ahead and complete your original task. But if you do? Then yeah, let it play and open another tab to go off and be productive. Music helps with that, ya know?                    

معلومات أساسية عن التمديد

الاسم Bandcamp New Tab Bandcamp New Tab
ID nbabnnemlofbllcflfjpjgkgmcdbeemc
عنوان URL الرسمي https://chrome.google.com/webstore/detail/bandcamp-new-tab/nbabnnemlofbllcflfjpjgkgmcdbeemc
الوصف This extension replaces the default new tab content with a new Bandcamp album.
حجم الملف 46.65 KB
عدد التثبيتات 508
النسخة الحالية 0.0.3
آخر تحديث 2016-03-11
تاريخ النشر 2016-03-11
تقييم 3.88/5 مجموع تقييمات 17
المطور Bandcamp, Inc.
البريد الإلكتروني [email protected]
نوع الدفع in_app
موقع الإضافة https://bandcamp.com
عنوان صفحة سياسة الخصوصية https://bandcamp.com/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bandcamp New Tab",
    "description": "This extension replaces the default new tab content with a new Bandcamp album.",
    "version": "0.0.3",
    "author": "Bandcamp, Inc.",
    "icons": {
        "128": "bc-newtab-icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "player.html"
    },
    "permissions": [
        "https:\/\/bandcamp.com\/"
    ]
}