Alt-Right to Neo-Nazi
Replaces the text 'Alt-Right' with 'neo-nazi'.
Alt-Right to Neo-Naziคืออะไร?
Alt-Right to Neo-Nazi เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MBilokonsky และคุณลักษณะหลักของมันคือ "Replaces the text 'Alt-Right' with 'neo-nazi'."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Alt-Right to Neo-Nazi
ดาวน์โหลดไฟล์ส่วนขยาย Alt-Right to Neo-Nazi ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This browser extension clarifies certain ambiguities in the media coverage of the so-called 'alt-right' neo-nazi movement in the united states.
With this extension installed, the text "The Alt-Right" will become 'The Neo-Nazi movement', and the text 'Alt-Right' will simply become 'Neo-Nazi'. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ncmeapahfpbjkalemlmnklpkjdlpimjh |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/alt-right-to-neo-nazi/ncmeapahfpbjkalemlmnklpkjdlpimjh |
| คำอธิบาย | Replaces the text 'Alt-Right' with 'neo-nazi'. |
| ขนาดไฟล์ | 11.81 KB |
| จำนวนการติดตั้ง | 12 |
| เวอร์ชันปัจจุบัน | 1.0 |
| อัปเดตครั้งล่าสุด | 2016-11-21 |
| วันที่เผยแพร่ | 2016-11-21 |
| คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
| ผู้พัฒนา | MBilokonsky |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Alt-Right to Neo-Nazi",
"short_name": "Neo-Nazi",
"description": "Replaces the text 'Alt-Right' with 'neo-nazi'.",
"author": "Mykola Bilokonsky",
"version": "1.0",
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"all_frames": true,
"js": [
"content_script.js"
],
"run_at": "document_end"
}
]
} | |