Liberal to Cuck
Changes instances of Liberal to Cuck
What is Liberal to Cuck?
Liberal to Cuck is a Chrome extension developed by sladeschneiter, and its main feature is "Changes instances of Liberal to Cuck".
Download Liberal to Cuck Extension CRX File
Download Liberal to Cuck extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
App changes the word "Liberal" to "Cuck"
Extension Basic Information
Name | ![]() |
ID | kdhdbdecpnpoeibagopilgadiaadphac |
Official URL | https://chrome.google.com/webstore/detail/liberal-to-cuck/kdhdbdecpnpoeibagopilgadiaadphac |
Description | Changes instances of Liberal to Cuck |
File Size | 3.5 KB |
Installation Count | 9 |
Current Version | 1.0 |
Last Updated | 2016-11-29 |
Publish Date | 2016-11-29 |
Rating | 3.00/5 Total 2 Ratings |
Developer | sladeschneiter |
Payment Type | free |
Supported Languages | 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" } ] } |