Monster Hunter Meowstress Image Replacer

Simple extension that replaces all images with pictures of meowstress/nekojo/Catalina from Monster Hunter Generations! Don't ask…

Vad är Monster Hunter Meowstress Image Replacer?

Monster Hunter Meowstress Image Replacer är en Chrome-tillägg utvecklad av Alec Chen, och dess huvudfunktion är "Simple extension that replaces all images with pictures of meowstress/nekojo/Catalina from Monster Hunter Generations! Don't ask…".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Monster Hunter Meowstress Image Replacer-förlängningens CRX-fil

Ladda ner Monster Hunter Meowstress Image Replacer-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

                        Simple extension that replaces all images with pictures of meowstress/nekojo/Catalina from Monster Hunter Generations! 

Don't ask why.

Also the images change every second for your epileptic enjoyment! \o/                    

Grundläggande Information om Tillägg

Namn Monster Hunter Meowstress Image Replacer Monster Hunter Meowstress Image Replacer
ID pohcnicpibplgpfbakkkpkeblmbbhifh
Officiell webbadress https://chromewebstore.google.com/detail/monster-hunter-meowstress/pohcnicpibplgpfbakkkpkeblmbbhifh
Beskrivning Simple extension that replaces all images with pictures of meowstress/nekojo/Catalina from Monster Hunter Generations! Don't ask…
Filstorlek 6.31 MB
Antal Installationer 13
Aktuell Version 0.1
Senast Uppdaterad 2018-08-19
Publiceringsdatum 2018-08-19
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Alec Chen
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Monster Hunter Meowstress Image Replacer",
    "version": "0.1",
    "web_accessible_resources": [
        "nekojo\/*.jpg",
        "nekojo\/*.png",
        "nekojo\/*.PNG"
    ],
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "nekojo.js"
            ]
        }
    ]
}