Do Not Like
Automatically clicks 'I don't like this ad' on Twitter adverts, removing them from your feed.
Do Not Likeとは何ですか?
Do Not LikeはJontyによって開発されたChromeの拡張機能で、その主な機能は「Automatically clicks 'I don't like this ad' on Twitter adverts, removing them from your feed.」です。
拡張機能のスクリーンショット
Do Not Like拡張機能のCRXファイルをダウンロード
Do Not Like拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
By doing this it trains Twitters Giant Bird Brain that you do not like adverts. Any adverts. Once you've been running this for a day or two you'll stop seeing adverts on all devices when browsing Twitter, not just the website. Hurrah. Code: https://github.com/Jonty/do_not_like
拡張機能の基本情報
名前 | Do Not Like |
ID | gphlpdohbkajeckfepokpmjedkjaefhf |
公式URL | https://chromewebstore.google.com/detail/do-not-like/gphlpdohbkajeckfepokpmjedkjaefhf |
説明 | Automatically clicks 'I don't like this ad' on Twitter adverts, removing them from your feed. |
ファイルサイズ | 3.91 KB |
インストール数 | 16 |
現在のバージョン | 0.0.2 |
最終更新日 | 2018-09-12 |
公開日 | 2018-09-12 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Jonty |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Do Not Like", "version": "0.0.2", "manifest_version": 2, "description": "Automatically clicks 'I don't like this ad' on Twitter adverts, removing them from your feed.", "homepage_url": "http:\/\/github.com\/jonty\/do_not_like", "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "src\/inject.js" ] } ], "web_accessible_resources": [ "src\/do_not_like.js" ] } |