Straight Pride corrector
Replaces all instances of "straight pride" to "pride for boring cunts"
Qu'est-ce que Straight Pride corrector ?
Straight Pride corrector est une extension Chrome développée par CraigTinney, et sa fonction principale est "Replaces all instances of "straight pride" to "pride for boring cunts"".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Straight Pride corrector
Téléchargez les fichiers d'extension Straight Pride corrector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Replaces the words "straight pride" with "pride for boring cunts".
Informations de Base sur l'Extension
Nom | ![]() |
ID | jffncbnjkamcedlflklkmfiianoajhkg |
URL Officiel | https://chrome.google.com/webstore/detail/straight-pride-corrector/jffncbnjkamcedlflklkmfiianoajhkg |
Description | Replaces all instances of "straight pride" to "pride for boring cunts" |
Taille du Fichier | 29.55 KB |
Nombre d'Installations | 219 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2018-06-02 |
Date de Publication | 2018-06-02 |
Évaluation | 4.60/5 Total 10 Évaluations |
Développeur | CraigTinney |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } ] } |