Redbubble Quick Disable

This extension works with Redbubble

Redbubble Quick Disableとは何ですか?

Redbubble Quick Disableはr3pulsivenade1によって開発されたChromeの拡張機能で、その主な機能は「This extension works with Redbubble」です。

拡張機能のスクリーンショット

screenshot

Redbubble Quick Disable拡張機能のCRXファイルをダウンロード

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
Eメール [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\/*"
    ]
}