Return Tweet Source Label & Bird icon
This extention will show source label on twitter again.
什麼是Return Tweet Source Label & Bird icon?
Return Tweet Source Label & Bird icon是由https://irucabot.com開發的Chrome擴展程式,該擴展的主要功能是“This extention will show source label on twitter again.”。
擴展截圖
下載Return Tweet Source Label & Bird icon擴展crx文件
下載Return Tweet Source Label & Bird icon擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extention will show source label on twitter again.
In addition, the Twitter bird logo will be restored. 擴展基本資訊
| 名稱 | |
| ID | mhkngabolhbckfjpmjclhockpdclfppc |
| 官方網址 | https://chromewebstore.google.com/detail/return-tweet-source-label/mhkngabolhbckfjpmjclhockpdclfppc |
| 簡介 | This extention will show source label on twitter again. |
| 檔案大小 | 15.75 KB |
| 安裝次數 | 1,784 |
| 目前版本 | 1.2.0 |
| 更新時間 | 2024-02-12 |
| 上架時間 | 2022-12-20 |
| 評分 | 4.42/5 共 12 次評分 |
| 開發者 | https://irucabot.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Return Tweet Source Label & Bird icon",
"description": "__MSG_Description__",
"manifest_version": 3,
"version": "1.2.0",
"content_scripts": [
{
"matches": [
"https:\/\/*.twitter.com\/*"
],
"js": [
"main.js"
],
"run_at": "document_start"
}
],
"host_permissions": [
"https:\/\/*.twitter.com\/*"
],
"default_locale": "en",
"icons": {
"16": "icon\/icon16.png",
"48": "icon\/icon48.png",
"128": "icon\/icon128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "{4801724c-9d0a-48fc-b663-86400e45f940}"
}
}
} | |