Twitter Page Cleaner
This extension hides your choice of trends, who to follow and footer dashboards from twitter pages.
Twitter Page Cleanerとは何ですか?
Twitter Page CleanerはRahmi Volkan Basarによって開発されたChromeの拡張機能で、その主な機能は「This extension hides your choice of trends, who to follow and footer dashboards from twitter pages.」です。
拡張機能のスクリーンショット
Twitter Page Cleaner拡張機能のCRXファイルをダウンロード
Twitter Page Cleaner拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | Twitter Page Cleaner |
ID | kcaibkkagggeomamfggebphpmkdaeoak |
公式URL | https://chromewebstore.google.com/detail/twitter-page-cleaner/kcaibkkagggeomamfggebphpmkdaeoak |
説明 | This extension hides your choice of trends, who to follow and footer dashboards from twitter pages. |
ファイルサイズ | 19.85 KB |
インストール数 | 12 |
現在のバージョン | 0.0.1 |
最終更新日 | 2015-07-08 |
公開日 | 2015-07-08 |
開発者 | Rahmi Volkan Basar |
支払い方法 | free |
対応言語 | en,tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_extDesc__", "version": "0.0.1", "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_popup": "popup.html" }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*", "storage" ], "content_scripts": [ { "matches": [ "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*" ], "js": [ "hide_script.js" ] } ], "default_locale": "en", "author": { "email": "[email protected]" }, "homepage_url": "http:\/\/www.volkanbasar.com" } |