Clarion - Facebook & Twitter Filter
Remove friends without unfollowing them. Remove unwanted and promoted tweets. Remove ads on Facebook.
Vad är Clarion - Facebook & Twitter Filter?
Clarion - Facebook & Twitter Filter är en Chrome-tillägg utvecklad av MetaCert, och dess huvudfunktion är "Remove friends without unfollowing them. Remove unwanted and promoted tweets. Remove ads on Facebook.".
Tilläggsskärmbilder
Ladda ner Clarion - Facebook & Twitter Filter-förlängningens CRX-fil
Ladda ner Clarion - Facebook & Twitter Filter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Filter tweets based on keywords. Automatically removes Twitter and Facebook ads.
No need to log into your Twitter or Facebook account through this browser.
TWITTER FILTER
- Remove tweets based on keywords/topics
- Remove tweets that contain #hastags
- Remove ads
- Remove friends without unfollowing them
FACEBOOK FILTER
- Remove ads from Facebook
This extension is brought to you by MetaCert, experts in Web Categorization / Filtering and Mobile Security. We believe in an open web where you decide on what to see and what not to see.
FOR SUPPORT: http://metacert.com/support Grundläggande Information om Tillägg
| Namn | |
| ID | kahjalgiciepmlknpcpjllfmmgfobopk |
| Officiell webbadress | https://chrome.google.com/webstore/detail/clarion-facebook-twitter/kahjalgiciepmlknpcpjllfmmgfobopk |
| Beskrivning | Remove friends without unfollowing them. Remove unwanted and promoted tweets. Remove ads on Facebook. |
| Filstorlek | 250 KB |
| Antal Installationer | 329 |
| Aktuell Version | 0.1.5 |
| Senast Uppdaterad | 2017-01-23 |
| Publiceringsdatum | 2017-01-23 |
| Betyg | 4.43/5 Totalt 21 Betyg |
| Utvecklare | MetaCert |
| E-post | [email protected] |
| Betalningssätt | free |
| Hjälpsida URL | https://metacert.uservoice.com/ |
| URL till Sekretesspolicy Sidan | https://metacert.com/privacy-policy.html |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Clarion - Facebook & Twitter Filter",
"version": "0.1.5",
"manifest_version": 2,
"minimum_chrome_version": "22",
"description": "Remove friends without unfollowing them. Remove unwanted and promoted tweets. Remove ads on Facebook.",
"browser_action": {
"default_icon": "images\/icon_19.png",
"default_title": "Clarion",
"default_popup": "html\/popup.html"
},
"icons": {
"48": "images\/icon_48.png",
"128": "images\/icon_128.png"
},
"web_accessible_resources": [
"images\/metacert_logo.png",
"js\/jquery-2.0.3.min.map",
"images\/icon_19.png"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"css": [],
"js": [
"js\/jquery-2.0.3.min.js",
"js\/filtering.js"
]
}
],
"permissions": [
"tabs",
"background",
"unlimitedStorage",
"https:\/\/api.metacert.com\/*"
],
"background": {
"scripts": [
"js\/background.js"
],
"persistent": false
},
"options_page": "html\/options.html"
} | |