Another One
This is for when you're doing situps or pushups... another one
什麼是Another One?
Another One是由atanton開發的Chrome擴展程式,該擴展的主要功能是“This is for when you're doing situps or pushups... another one”。
擴展截圖
下載Another One擴展crx文件
下載Another One擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This useless chrome extension allows the user to open a new tab and hear the motivating command of DJ Khaled. Another One
擴展基本資訊
名稱 | Another One |
ID | ffpbomldahncmnmmnadnjhngaiopolmk |
官方網址 | https://chromewebstore.google.com/detail/another-one/ffpbomldahncmnmmnadnjhngaiopolmk |
簡介 | This is for when you're doing situps or pushups... another one |
檔案大小 | 24.71 KB |
安裝次數 | 136 |
目前版本 | 100.0 |
更新時間 | 2016-03-16 |
上架時間 | 2016-03-16 |
評分 | 5.00/5 共 4 次評分 |
開發者 | atanton |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Another One", "description": "This is for when you're doing situps or pushups... another one", "version": "100.0", "manifest_version": 2, "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "background.js" ] } } |