Redbubble Quick Disable

This extension works with Redbubble

Redbubble Quick Disableคืออะไร?

Redbubble Quick Disable เป็นส่วนขยายของ Chrome ที่พัฒนาโดย r3pulsivenade1 และคุณลักษณะหลักของมันคือ "This extension works with Redbubble"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Redbubble Quick Disable

ดาวน์โหลดไฟล์ส่วนขยาย Redbubble Quick Disable ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This app auto disables all product variants besides Standard Print Clothing,Large Print Clothing,Stickers and Prints, Cards & Posters.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Redbubble Quick Disable Redbubble Quick Disable
ID mfibhikpkdcihjpbkdpegllmkjmkfnfk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/redbubble-quick-disable/mfibhikpkdcihjpbkdpegllmkjmkfnfk
คำอธิบาย This extension works with Redbubble
ขนาดไฟล์ 28.26 KB
จำนวนการติดตั้ง 394
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2017-12-08
วันที่เผยแพร่ 2017-12-08
คะแนน 4.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา r3pulsivenade1
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://www.unleashedsocial.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Redbubble Quick Disable",
    "description": "This extension works with Redbubble",
    "version": "0.1",
    "icons": {
        "48": "img\/icon64.png"
    },
    "browser_action": {
        "default_icon": "img\/icon24.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/redbubble.com\/*",
                "*:\/\/www.redbubble.com\/*"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "notifications",
        "*:\/\/redbubble.com\/*",
        "*:\/\/www.redbubble.com\/*"
    ]
}