Liberal to Cuck

Changes instances of Liberal to Cuck

Wat is Liberal to Cuck?

Liberal to Cuck is een Chrome-extensie ontwikkeld door sladeschneiter, en de belangrijkste functie is "Changes instances of Liberal to Cuck".

Download het CRX-bestand van de extensie Liberal to Cuck

Download Liberal to Cuck-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

                        App changes the word "Liberal" to "Cuck"                    

Basisinformatie over de Extensie

Naam Liberal to Cuck Liberal to Cuck
ID kdhdbdecpnpoeibagopilgadiaadphac
Officiële URL https://chrome.google.com/webstore/detail/liberal-to-cuck/kdhdbdecpnpoeibagopilgadiaadphac
Beschrijving Changes instances of Liberal to Cuck
Bestandsgrootte 3.5 KB
Aantal Installaties 9
Huidige Versie 1.0
Laatst Bijgewerkt 2016-11-29
Publicatiedatum 2016-11-29
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar sladeschneiter
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Liberal to Cuck",
    "description": "Changes instances of Liberal to Cuck",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}