Straight Pride corrector
Replaces all instances of "straight pride" to "pride for boring cunts"
What is Straight Pride corrector?
Straight Pride corrector is a Chrome extension developed by CraigTinney, and its main feature is "Replaces all instances of "straight pride" to "pride for boring cunts"".
Extension Screenshots
Download Straight Pride corrector Extension CRX File
Download Straight Pride corrector 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
Replaces the words "straight pride" with "pride for boring cunts".
Extension Basic Information
Name | ![]() |
ID | jffncbnjkamcedlflklkmfiianoajhkg |
Official URL | https://chrome.google.com/webstore/detail/straight-pride-corrector/jffncbnjkamcedlflklkmfiianoajhkg |
Description | Replaces all instances of "straight pride" to "pride for boring cunts" |
File Size | 29.55 KB |
Installation Count | 219 |
Current Version | 1.0 |
Last Updated | 2018-06-02 |
Publish Date | 2018-06-02 |
Rating | 4.60/5 Total 10 Ratings |
Developer | CraigTinney |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Straight Pride corrector", "version": "1.0", "description": "Replaces all instances of \"straight pride\" to \"pride for boring cunts\"", "manifest_version": 2, "permissions": [ "activeTab", "declarativeContent" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "main.js" ], "run_at": "document_end" } ] } |