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"」です。

拡張機能のスクリーンショット

screenshot

Straight Pride corrector拡張機能のCRXファイルをダウンロード

Straight Pride corrector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Replaces the words "straight pride" with "pride for boring cunts".                    

拡張機能の基本情報

名前 Straight Pride corrector Straight Pride corrector
ID jffncbnjkamcedlflklkmfiianoajhkg
公式URL 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
Eメール [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"
        }
    ]
}