Problem To Pickle

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

Vad är Problem To Pickle?

Problem To Pickle är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Replaces the word 'problem' with word 'pickle' every where in the text on web page for each web site.".

Tilläggsskärmbilder

screenshot

Ladda ner Problem To Pickle-förlängningens CRX-fil

Ladda ner Problem To Pickle-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Problem To Pickle Problem To Pickle
ID cflkfnipolmhhpjamgipagfbkadimgpb
Officiell webbadress https://chromewebstore.google.com/detail/problem-to-pickle/cflkfnipolmhhpjamgipagfbkadimgpb
Beskrivning Replaces the word 'problem' with word 'pickle' every where in the text on web page for each web site.
Filstorlek 18.12 KB
Antal Installationer 33
Aktuell Version 1.0
Senast Uppdaterad 2020-04-01
Publiceringsdatum 2020-04-01
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare Unknown
Betalningssätt free
Tilläggswebbplats https://designpickle.com
Stödda Språk 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"
    }
}