Vampire to Lesbian!!

Changes all occurences of Vampire to Lesbian'.

Co to jest Vampire to Lesbian!!?

Vampire to Lesbian!! to rozszerzenie Chrome opracowane przez Whimsical Bees, a jego główną funkcją jest „Changes all occurences of Vampire to Lesbian'.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Vampire to Lesbian!!

Pobierz pliki rozszerzeń Vampire to Lesbian!! 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

                        This is a simple plugin that changes occurrences of the work Vampire to Lesbian.                    

Podstawowe informacje o rozszerzeniu

Nazwa Vampire to Lesbian!! Vampire to Lesbian!!
ID odenbpcfaaeoflkibdoaakpcdhmcoegp
Oficjalny URL https://chrome.google.com/webstore/detail/vampire-to-lesbian/odenbpcfaaeoflkibdoaakpcdhmcoegp
Opis Changes all occurences of Vampire to Lesbian'.
Rozmiar pliku 300 KB
Liczba instalacji 151
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2016-08-20
Data Publikacji 2016-08-20
Ocena 4.67/5 Łącznie 9 Oceny
Deweloper Whimsical Bees
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Vampire to Lesbian!!",
    "version": "1.0",
    "description": "Changes all occurences of Vampire to Lesbian'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": {
            "32": "icon.png"
        }
    },
    "icons": {
        "32": "icon.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}