Cuck to Smurf
This extension squanches the word cuck to smurf.
什麼是Cuck to Smurf?
Cuck to Smurf是由Afal開發的Chrome擴展程式,該擴展的主要功能是“This extension squanches the word cuck to smurf.”。
下載Cuck to Smurf擴展crx文件
下載Cuck to Smurf擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This changes "cuck" and variants to "smurf" because they're literally interchangeable at this point.
擴展基本資訊
名稱 | |
ID | ofphpecnggajokednpbnbghnlloaccco |
官方網址 | https://chrome.google.com/webstore/detail/cuck-to-smurf/ofphpecnggajokednpbnbghnlloaccco |
簡介 | This extension squanches the word cuck to smurf. |
檔案大小 | 24.47 KB |
安裝次數 | 13 |
目前版本 | 1.0 |
更新時間 | 2016-05-06 |
上架時間 | 2016-05-06 |
開發者 | Afal |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cuck to Smurf", "description": "This extension squanches the word cuck to smurf.", "version": "1.0", "icons": { "128": "smurf.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "script.js" ], "run_at": "document_end" } ] } |