Liberal to Cuck

Changes instances of Liberal to Cuck

Vad är Liberal to Cuck?

Liberal to Cuck är en Chrome-tillägg utvecklad av sladeschneiter, och dess huvudfunktion är "Changes instances of Liberal to Cuck".

Ladda ner Liberal to Cuck-förlängningens CRX-fil

Ladda ner Liberal to Cuck-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

                        App changes the word "Liberal" to "Cuck"                    

Grundläggande Information om Tillägg

Namn Liberal to Cuck Liberal to Cuck
ID kdhdbdecpnpoeibagopilgadiaadphac
Officiell webbadress https://chrome.google.com/webstore/detail/liberal-to-cuck/kdhdbdecpnpoeibagopilgadiaadphac
Beskrivning Changes instances of Liberal to Cuck
Filstorlek 3.5 KB
Antal Installationer 9
Aktuell Version 1.0
Senast Uppdaterad 2016-11-29
Publiceringsdatum 2016-11-29
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare sladeschneiter
Betalningssätt free
Stödda Språk 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"
        }
    ]
}