Straight Pride corrector
Replaces all instances of "straight pride" to "pride for boring cunts"
Wat is Straight Pride corrector?
Straight Pride corrector is een Chrome-extensie ontwikkeld door CraigTinney, en de belangrijkste functie is "Replaces all instances of "straight pride" to "pride for boring cunts"".
Extensie Screenshots
Download het CRX-bestand van de extensie Straight Pride corrector
Download Straight Pride corrector-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 the words "straight pride" with "pride for boring cunts".
Basisinformatie over de Extensie
Naam | ![]() |
ID | jffncbnjkamcedlflklkmfiianoajhkg |
Officiële URL | https://chrome.google.com/webstore/detail/straight-pride-corrector/jffncbnjkamcedlflklkmfiianoajhkg |
Beschrijving | Replaces all instances of "straight pride" to "pride for boring cunts" |
Bestandsgrootte | 29.55 KB |
Aantal Installaties | 219 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2018-06-02 |
Publicatiedatum | 2018-06-02 |
Beoordeling | 4.60/5 Totaal 10 Beoordelingen |
Ontwikkelaar | CraigTinney |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } ] } |