Fame: Replace Celebrity Names
An example of replacing names using a browser extension
Fame: Replace Celebrity Namesคืออะไร?
Fame: Replace Celebrity Names เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Heather Akers-Healy และคุณลักษณะหลักของมันคือ "An example of replacing names using a browser extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fame: Replace Celebrity Names
ดาวน์โหลดไฟล์ส่วนขยาย Fame: Replace Celebrity Names ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension mocks celebrity culture by replacing some A-list celebrity names with the phrase "Someone Better Looking Than You". It also includes code to correct the names of certain transgender individuals.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | afdjhelhghccihihpcimafhclbamhadj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/fame-replace-celebrity-na/afdjhelhghccihihpcimafhclbamhadj |
คำอธิบาย | An example of replacing names using a browser extension |
ขนาดไฟล์ | 11.4 KB |
จำนวนการติดตั้ง | 14 |
เวอร์ชันปัจจุบัน | 0.1.0 |
อัปเดตครั้งล่าสุด | 2015-06-04 |
วันที่เผยแพร่ | 2015-06-04 |
ผู้พัฒนา | Heather Akers-Healy |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fame: Replace Celebrity Names", "version": "0.1.0", "description": "An example of replacing names using a browser extension", "author": "Heather Akers-Healy", "browser_action": { "default_title": "Use this to open the popup", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "activeTab", " |