Problem To Pickle
Replaces the word 'problem' with word 'pickle' every where in the text on web page for each web site.
Wat is Problem To Pickle?
Problem To Pickle is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Replaces the word 'problem' with word 'pickle' every where in the text on web page for each web site.".
Extensie Screenshots
Download het CRX-bestand van de extensie Problem To Pickle
Download Problem To Pickle-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | cflkfnipolmhhpjamgipagfbkadimgpb |
Officiële URL | https://chromewebstore.google.com/detail/problem-to-pickle/cflkfnipolmhhpjamgipagfbkadimgpb |
Beschrijving | Replaces the word 'problem' with word 'pickle' every where in the text on web page for each web site. |
Bestandsgrootte | 18.12 KB |
Aantal Installaties | 33 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2020-04-01 |
Publicatiedatum | 2020-04-01 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Extensiewebsite | https://designpickle.com |
Ondersteunde Talen | 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" } } |