BTS to BTR

I don't know why I made this so don't ask

Wat is BTS to BTR?

BTS to BTR is een Chrome-extensie ontwikkeld door etoile, en de belangrijkste functie is "I don't know why I made this so don't ask".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie BTS to BTR

Download BTS to BTR-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        replaces all instances of BTS with the hit boy band Big Time Rush and its members                    

Basisinformatie over de Extensie

Naam BTS to BTR BTS to BTR
ID nnnmoopekfbojekobhegamcpaaficncf
Officiële URL https://chromewebstore.google.com/detail/bts-to-btr/nnnmoopekfbojekobhegamcpaaficncf
Beschrijving I don't know why I made this so don't ask
Bestandsgrootte 30.48 KB
Aantal Installaties 95
Huidige Versie 0.1.1
Laatst Bijgewerkt 2017-10-08
Publicatiedatum 2017-10-08
Beoordeling 5.00/5 Totaal 9 Beoordelingen
Ontwikkelaar etoile
Betalingswijze free
Extensiewebsite https://twitter.com/lesbiantifa
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BTS to BTR",
    "description": "I don't know why I made this so don't ask",
    "version": "0.1.1",
    "icons": {
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}