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
擴展基本資訊
名稱 | Cuck to Scary Ghost |
ID | chkkhlgfgbadonejbgeoglicjoggnope |
官方網址 | 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" } ] } |