Problem To Pickle
Replaces the word 'problem' with word 'pickle' every where in the text on web page for each web site.
Was ist Problem To Pickle?
Problem To Pickle ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Replaces the word 'problem' with word 'pickle' every where in the text on web page for each web site.".
Erweiterungsscreenshots
Problem To Pickle-Erweiterungs-CRX-Datei herunterladen
Laden Sie Problem To Pickle-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | |
ID | cflkfnipolmhhpjamgipagfbkadimgpb |
Offizielle URL | https://chromewebstore.google.com/detail/problem-to-pickle/cflkfnipolmhhpjamgipagfbkadimgpb |
Beschreibung | Replaces the word 'problem' with word 'pickle' every where in the text on web page for each web site. |
Dateigröße | 18.12 KB |
Installationsanzahl | 33 |
Aktuelle Version | 1.0 |
Letztes Update | 2020-04-01 |
Veröffentlichungsdatum | 2020-04-01 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | Unknown |
Zahlungsart | free |
Erweiterungswebsite | https://designpickle.com |
Unterstützte Sprachen | 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" } } |