Tulpa To Pet

Replaces the text 'tulpa' with 'pet'.

Vad är Tulpa To Pet?

Tulpa To Pet är en Chrome-tillägg utvecklad av amonije, och dess huvudfunktion är "Replaces the text 'tulpa' with 'pet'.".

Tilläggsskärmbilder

screenshot

Ladda ner Tulpa To Pet-förlängningens CRX-fil

Ladda ner Tulpa To Pet-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 extension replaces all "tulpa" words by "pet" on web pages. The results are funny.                    

Grundläggande Information om Tillägg

Namn Tulpa To Pet Tulpa To Pet
ID ffcpdollbpdakkblojlbijleaaepljga
Officiell webbadress https://chrome.google.com/webstore/detail/tulpa-to-pet/ffcpdollbpdakkblojlbijleaaepljga
Beskrivning Replaces the text 'tulpa' with 'pet'.
Filstorlek 3.4 KB
Antal Installationer 12
Aktuell Version 1.0
Senast Uppdaterad 2015-11-11
Publiceringsdatum 2015-11-11
Betyg 4.00/5 Totalt 2 Betyg
Utvecklare amonije
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tulpa To Pet",
    "version": "1.0",
    "description": "Replaces the text 'tulpa' with 'pet'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}