Straight Pride corrector
Replaces all instances of "straight pride" to "pride for boring cunts"
什麼是Straight Pride corrector?
Straight Pride corrector是由CraigTinney開發的Chrome擴展程式,該擴展的主要功能是“Replaces all instances of "straight pride" to "pride for boring cunts"”。
擴展截圖
下載Straight Pride corrector擴展crx文件
下載Straight Pride corrector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Replaces the words "straight pride" with "pride for boring cunts".
擴展基本資訊
名稱 | ![]() |
ID | jffncbnjkamcedlflklkmfiianoajhkg |
官方網址 | https://chrome.google.com/webstore/detail/straight-pride-corrector/jffncbnjkamcedlflklkmfiianoajhkg |
簡介 | Replaces all instances of "straight pride" to "pride for boring cunts" |
檔案大小 | 29.55 KB |
安裝次數 | 219 |
目前版本 | 1.0 |
更新時間 | 2018-06-02 |
上架時間 | 2018-06-02 |
評分 | 4.60/5 共 10 次評分 |
開發者 | CraigTinney |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" } ] } |