Click Trap Remover, Shortlinker and POD post
Makes Facebook dialogs right clickable and shortable. Now with PODs.
什麼是Click Trap Remover, Shortlinker and POD post?
Click Trap Remover, Shortlinker and POD post是由Spockholm Tools開發的Chrome擴展程式,該擴展的主要功能是“Makes Facebook dialogs right clickable and shortable. Now with PODs.”。
擴展截圖
下載Click Trap Remover, Shortlinker and POD post擴展crx文件
下載Click Trap Remover, Shortlinker and POD post擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
When playing the FB Wrapped Mafia Wars game, Facebook adds a block to copy-paste text content. This extension vill remove that. Bonus feature, enables you to shorturl links with the spockon.me service from Spockholm Mafia Tools. Now with POD support! Change settings on the addons page.
擴展基本資訊
名稱 | |
ID | bfkpgpnhpamnbamgbpdhegjehippjdgd |
官方網址 | https://chrome.google.com/webstore/detail/click-trap-remover-shortl/bfkpgpnhpamnbamgbpdhegjehippjdgd |
簡介 | Makes Facebook dialogs right clickable and shortable. Now with PODs. |
檔案大小 | 24.2 KB |
安裝次數 | 1,004 |
目前版本 | 2.55 |
更新時間 | 2015-10-16 |
上架時間 | 2015-10-16 |
評分 | 4.00/5 共 48 次評分 |
開發者 | Spockholm Tools |
付費類型 | free |
擴展官網 | http://www.spockholm.com/mafia/testing.php |
說明頁面URL | http://spockon.me/forum/ |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Click Trap Remover, Shortlinker and POD post", "short_name": "ClickTrapShort", "homepage_url": "http:\/\/www.spockholm.com\/mafia\/donate.php", "version": "2.55", "manifest_version": 2, "description": "Makes Facebook dialogs right clickable and shortable. Now with PODs.", "icons": { "128": "icon_128.png" }, "options_page": "clicktrap\/options.html", "options_ui": { "page": "clicktrap\/options.html", "chrome_style": true }, "content_scripts": [ { "all_frames": true, "matches": [ "*:\/\/www.facebook.com\/dialog\/feed*", "*:\/\/www.facebook.com\/*\/dialog\/feed*", "*:\/\/apps.facebook.com\/inthemafia\/*" ], "run_at": "document_end", "js": [ "clicktrap\/clicktrap.js" ] } ], "permissions": [ "*:\/\/spockon.me\/*", "*:\/\/pod.mwlists.com\/*", "*:\/\/mwlists.com\/*", "storage" ] } |