Problem To Pickle

Replaces the word 'problem' with word 'pickle' every where in the text on web page for each web site.

What is Problem To Pickle?

Problem To Pickle is a Chrome extension developed by Unknown, and its main feature is "Replaces the word 'problem' with word 'pickle' every where in the text on web page for each web site.".

Extension Screenshots

screenshot

Download Problem To Pickle Extension CRX File

Download Problem To Pickle extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Does it ever feel like there are too many problems in the world? Don't worry, Design Pickle is here to help.

Install this simple extension and all of your problems will turn into delicious pickles!                    

Extension Basic Information

Name Problem To Pickle Problem To Pickle
ID cflkfnipolmhhpjamgipagfbkadimgpb
Official URL https://chromewebstore.google.com/detail/problem-to-pickle/cflkfnipolmhhpjamgipagfbkadimgpb
Description Replaces the word 'problem' with word 'pickle' every where in the text on web page for each web site.
File Size 18.12 KB
Installation Count 33
Current Version 1.0
Last Updated 2020-04-01
Publish Date 2020-04-01
Rating 5.00/5 Total 4 Ratings
Developer Unknown
Payment Type free
Extension Website https://designpickle.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Problem To Pickle",
    "version": "1.0",
    "description": "Replaces the word 'problem' with word 'pickle' every where in the text on web page for each web site.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon32.png"
    }
}