Redbubble Quick Disable
This extension works with Redbubble
Apa itu Redbubble Quick Disable?
Redbubble Quick Disable adalah ekstensi Chrome yang dikembangkan oleh r3pulsivenade1, dan fitur utamanya adalah "This extension works with Redbubble".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Redbubble Quick Disable
Unduh file ekstensi Redbubble Quick Disable 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
This app auto disables all product variants besides Standard Print Clothing,Large Print Clothing,Stickers and Prints, Cards & Posters.
Informasi Dasar Ekstensi
Nama | |
ID | mfibhikpkdcihjpbkdpegllmkjmkfnfk |
URL Resmi | https://chrome.google.com/webstore/detail/redbubble-quick-disable/mfibhikpkdcihjpbkdpegllmkjmkfnfk |
Deskripsi | This extension works with Redbubble |
Ukuran File | 28.26 KB |
Jumlah Instalasi | 394 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2017-12-08 |
Tanggal Publikasi | 2017-12-08 |
Penilaian | 4.67/5 Total 3 Penilaian |
Pengembang | r3pulsivenade1 |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | http://www.unleashedsocial.com |
Bahasa yang Didukung | 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\/*" ] } |