Cuck to Scary Ghost
Replaces the text 'Cuck' with 'Scary Ghost'.
Cuck to Scary Ghostとは何ですか?
Cuck to Scary Ghostはdhamsterによって開発されたChromeの拡張機能で、その主な機能は「Replaces the text 'Cuck' with 'Scary Ghost'.」です。
拡張機能のスクリーンショット
Cuck to Scary Ghost拡張機能のCRXファイルをダウンロード
Cuck to Scary Ghost拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Enhance your browsing experience by replacing every instance of the word "cuck" on a webpage with "scary ghost." Contact: @dhamster on twitter Github repo: https://github.com/dhamster/cuck-to-scary-ghost
拡張機能の基本情報
名前 | |
ID | chkkhlgfgbadonejbgeoglicjoggnope |
公式URL | https://chromewebstore.google.com/detail/cuck-to-scary-ghost/chkkhlgfgbadonejbgeoglicjoggnope |
説明 | Replaces the text 'Cuck' with 'Scary Ghost'. |
ファイルサイズ | 21.39 KB |
インストール数 | 304 |
現在のバージョン | 0.6 |
最終更新日 | 2016-06-18 |
公開日 | 2016-06-18 |
評価 | 4.67/5 合計 18 レビュー |
開発者 | dhamster |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/dhamster/cuck-to-scary-ghost |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cuck to Scary Ghost", "version": "0.6", "description": "Replaces the text 'Cuck' with 'Scary Ghost'.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |