Problem To Pickle

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

Apa itu Problem To Pickle?

Problem To Pickle adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Replaces the word 'problem' with word 'pickle' every where in the text on web page for each web site.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Problem To Pickle

Unduh file ekstensi Problem To Pickle dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Problem To Pickle Problem To Pickle
ID cflkfnipolmhhpjamgipagfbkadimgpb
URL Resmi https://chromewebstore.google.com/detail/problem-to-pickle/cflkfnipolmhhpjamgipagfbkadimgpb
Deskripsi Replaces the word 'problem' with word 'pickle' every where in the text on web page for each web site.
Ukuran File 18.12 KB
Jumlah Instalasi 33
Versi Saat Ini 1.0
Terakhir Diperbarui 2020-04-01
Tanggal Publikasi 2020-04-01
Penilaian 5.00/5 Total 4 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Situs Ekstensi https://designpickle.com
Bahasa yang Didukung 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"
    }
}