Gay? Wikipedia
Change the word "Personal Life" to "Gay?" on Wikipedia pages
什麼是Gay? Wikipedia?
Gay? Wikipedia是由seven-dillenia開發的Chrome擴展程式,該擴展的主要功能是“Change the word "Personal Life" to "Gay?" on Wikipedia pages”。
擴展截圖
下載Gay? Wikipedia擴展crx文件
下載Gay? Wikipedia擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A simple extension that changes the world "Personal Life" on Wikipedia to "Gay?".
擴展基本資訊
名稱 | Gay? Wikipedia |
ID | npfkncfachgpmimogndpnmgfipfomjki |
官方網址 | https://chromewebstore.google.com/detail/gay-wikipedia/npfkncfachgpmimogndpnmgfipfomjki |
簡介 | Change the word "Personal Life" to "Gay?" on Wikipedia pages |
檔案大小 | 13.73 KB |
安裝次數 | 791 |
目前版本 | 1.1 |
更新時間 | 2019-12-26 |
上架時間 | 2019-12-25 |
評分 | 5.00/5 共 10 次評分 |
開發者 | seven-dillenia |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/leechuyem/gay-wikipedia |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.1", "name": "Gay? Wikipedia", "short_name": "Gay? Wikipedia", "description": "Change the word \"Personal Life\" to \"Gay?\" on Wikipedia pages", "author": "Lee Chu Yem", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "16": "images\/icon16.png", "19": "images\/icon19.png", "24": "images\/icon24.png", "32": "images\/icon32.png", "38": "images\/icon38.png", "48": "images\/icon48.png" } }, "content_scripts": [ { "matches": [ "https:\/\/en.wikipedia.org\/wiki\/*" ], "js": [ "content.js" ] } ] } |