Vampire to Lesbian!!

Changes all occurences of Vampire to Lesbian'.

Vad är Vampire to Lesbian!!?

Vampire to Lesbian!! är en Chrome-tillägg utvecklad av Whimsical Bees, och dess huvudfunktion är "Changes all occurences of Vampire to Lesbian'.".

Tilläggsskärmbilder

screenshot

Ladda ner Vampire to Lesbian!!-förlängningens CRX-fil

Ladda ner Vampire to Lesbian!!-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

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

Grundläggande Information om Tillägg

Namn Vampire to Lesbian!! Vampire to Lesbian!!
ID odenbpcfaaeoflkibdoaakpcdhmcoegp
Officiell webbadress https://chrome.google.com/webstore/detail/vampire-to-lesbian/odenbpcfaaeoflkibdoaakpcdhmcoegp
Beskrivning Changes all occurences of Vampire to Lesbian'.
Filstorlek 300 KB
Antal Installationer 151
Aktuell Version 1.0
Senast Uppdaterad 2016-08-20
Publiceringsdatum 2016-08-20
Betyg 4.67/5 Totalt 9 Betyg
Utvecklare Whimsical Bees
E-post [email protected]
Betalningssätt free
Stödda Språk 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
    }
}