Drumpfinator Extreme Edition

Find and replace all instances of some word/name by another. Search Browser online tool for Chrome. Based on Trump blocker/filter.

Co to jest Drumpfinator Extreme Edition?

Drumpfinator Extreme Edition to rozszerzenie Chrome opracowane przez https://jitt.wwevents.fun, a jego główną funkcją jest „Find and replace all instances of some word/name by another. Search Browser online tool for Chrome. Based on Trump blocker/filter.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Drumpfinator Extreme Edition

Pobierz pliki rozszerzeń Drumpfinator Extreme Edition w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        ★★★★★
Have fun and change any instance of any word for other at your choice. When you navigate 📰 on your browser we will see the difference :)
For example, change the word "windows" by "linux" and when you navigate on the Browser 🔎 you will notice that word changed for the chosen one.

FEATURES
✔ Fully customizable 🔨
✔ Change up to 10 different words/names.
✔ save 💾 and test each word/name one by one.
✔ Save 💾 all changes in one click.
✔ Clean and simple interface.

PREMIUM FEATURES
🚨 App Booster 🚨

————————————————————
ABOUT WWEVENTS
————————————————————

💎 Building Apps and Extensions for Google Chrome and Android 🔥📣

————————————————————
CHANGELOG & RELEASE NOTES
————————————————————

📔 Available on the product page: https://jitt.wwevents.fun/project/drumpfinator-extreme-edition/#changelog

————————————————————
LEGAL
————————————————————

Drumpfinator is a trademark of WWEvents.

————————————————————
PRIVACY POLICY & TERMS OF SERVICE
————————————————————

By installing this product you agree to our privacy policy & terms of service: https://jitt.wwevents.fun/privacy-policy/

————————————————————
REQUIRED PERMISSIONS
————————————————————

You may consult the list of permissions and the reason why they are required on the product page: https://jitt.wwevents.fun/project/drumpfinator-extreme-edition/#permissions

“notifications” – Used to send desktop notification. For example when a new message arrive or App is updated.
“contextMenus” – Allow to add more settings when right click in the App icon in the browser toolbar and browser context menu.
“storage” – Used to save settings on your local computer.
“unlimitedStorage” – Storage is limited to 5MB of data that may not be enough to store all configs.
“host_permissions” – Permission to access to some hosts/domains that we must modify in order to provide the desired functionality detailed in the functionality. It also allows that you can share content (links or text) from other pages directly to inside the App and send it as a SMS/Android message to a friend for example. Also used to allow intercommunication with other WWEvents Apps (i.e. Emojis).
“activeTab” – Permission to access the window that the extension is running and is show to the user.
“all_urls” – We must access to all urls in order that when you enter on some webpage and it match a word you defined it gets replaced by another.

————————————————————
FINAL NOTES
————————————————————

This information is also available inside the App: Options -> About                    

Podstawowe informacje o rozszerzeniu

Nazwa Drumpfinator Extreme Edition Drumpfinator Extreme Edition
ID ocllmohigkffmehilojilnnmkcfemepi
Oficjalny URL https://chromewebstore.google.com/detail/drumpfinator-extreme-edit/ocllmohigkffmehilojilnnmkcfemepi
Opis Find and replace all instances of some word/name by another. Search Browser online tool for Chrome. Based on Trump blocker/filter.
Rozmiar pliku 2.01 MB
Liczba instalacji 219
Aktualna Wersja 5.5
Ostatnia Aktualizacja 2024-02-11
Data Publikacji 2022-10-14
Ocena 3.67/5 Łącznie 3 Oceny
Deweloper https://jitt.wwevents.fun
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://jitt.wwevents.fun/
Adres URL Strony Pomocy https://jitt.wwevents.fun/project/drumpfinator-extreme-edition/
Adres URL Strony Polityki Prywatności https://jitt.wwevents.fun/privacy-policy
Obsługiwane Języki id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_chrome_extension_name__",
    "description": "__MSG_chrome_extension_description__",
    "version": "5.5",
    "default_locale": "en",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlKFkKQQmtB0HkDWvbxYf0NsK8DDLdaxyf\/P5zpr1wK2SXAHuIArWSt6XmtO\/LgDRx2K1TaOBGblwfrlej3JP2yJKueR0LPnnMy3j3zUQHRswBQ7nxR\/lvNydmmzB7WEuoEO5UuiEisMawNGWry9NERKCh7N3cCVPF0w8ftOnhaIeC5bpK23JIimNl\/vT19JiO7YJY\/5+EMnGai8BAYXxPUdjx7eIfhbwh0bp4EGF9Z8ISWhBvnOYI5M6lpVZwGOrzhHe8p4T1+GXfNzZQfnrex9+nrgOEKrHnrKs2ND8rI0fZvs7HDAkcl3ukXm+1fDP5dJ8DFOBVIx6Hj\/RGxMNfwIDAQAB",
    "options_page": "options\/index.html",
    "action": {
        "default_title": "__MSG_chrome_extension_name__",
        "default_icon": {
            "19": "img\/icon_19.png",
            "38": "img\/icon_38.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "eventPage.js"
    },
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "permissions": [
        "notifications",
        "contextMenus",
        "unlimitedStorage",
        "storage",
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/*.wwevents.fun\/*",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "myScript.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "js\/*",
                "options\/*",
                "css\/*",
                "html\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}